X-Git-Url: https://mudpy.org/gitweb?a=blobdiff_plain;f=lib%2Fmuff%2Fmuffmain.py;h=221dbbd654a3ae4c31e57fb9a5988c82fe1b57db;hb=5ee479824adcb0b0f23be5d63f8ef1da41bf3bef;hp=9341a3546d0d6e28a6e40b09475d8309571060d3;hpb=b051f2573564ad980d1a3b276eaea78a51571267;p=mudpy.git diff --git a/lib/muff/muffmain.py b/lib/muff/muffmain.py index 9341a35..221dbbd 100644 --- a/lib/muff/muffmain.py +++ b/lib/muff/muffmain.py @@ -40,8 +40,9 @@ def main(): # do what needs to be done on each pulse muffmisc.on_pulse() - # the loop has terminated, so save persistent variables + # the loop has terminated, so save persistent data muffvars.save() + muffuniv.universe.save() # log a final message muffmisc.log("Shutting down now.")