Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
kbengine committed Dec 30, 2014
1 parent a3a5288 commit e10de65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion PersistentInofs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ public bool loadAll()
if(_lastloaded == _getSuffix())
return true;

KBEngineApp.app.resetMessages();

byte[] loginapp_onImportClientMessages = loadFile (_persistentDataPath, "loginapp_clientMessages." + _getSuffix());

byte[] baseapp_onImportClientMessages = loadFile (_persistentDataPath, "baseapp_clientMessages." + _getSuffix());
Expand All @@ -63,7 +65,7 @@ public bool loadAll()
}
catch(Exception e)
{
Dbg.ERROR_MSG("PersistentInofs::loadAll(): is error(" + e.ToString() + ")!");
Dbg.ERROR_MSG("PersistentInofs::loadAll(): is error(" + e.ToString() + ")! lastloaded=" + _lastloaded);
clearMessageFiles();
return false;
}
Expand Down

0 comments on commit e10de65

Please sign in to comment.