ZVISION: Enable auto saving

This commit is contained in:
RichieSams 2013-09-16 00:04:34 -05:00
parent 2187245012
commit 1f9f392279

View File

@ -309,7 +309,7 @@ void ScriptManager::changeLocation(char world, char room, char node, char view,
debug("Changing location to: %c %c %c %c %u", world, room, node, view, offset);
// Auto save
//_engine->getSaveManager()->autoSave();
_engine->getSaveManager()->autoSave();
// Clear all the containers
_referenceTable.clear();