X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=lib%2Fmuff%2Fmuffmain.py;h=4ddab1292cb6039b7d645764a5de1b600b395d7a;hp=89725bc27f668fd534de225f141d487c4a429e9b;hb=da136e612520ef6a3a19d99563e44b6518f91e7e;hpb=1ff00115321d800bec7313a3fdfc97a8b0b006fa diff --git a/lib/muff/muffmain.py b/lib/muff/muffmain.py index 89725bc..4ddab12 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.")