jerome
June 27th, 2010, 01:31
This is so people wont be a bitch and say oh i lost my stuff during a restart or blah blah blah
under
public boolean process() {
add this
if (System.currentTimeMillis() - lastSave > 20000 && !inTrade){
savegame(true);
lastSave = System.currentTimeMillis();
}
under
public boolean process() {
add this
if (System.currentTimeMillis() - lastSave > 20000 && !inTrade){
savegame(true);
lastSave = System.currentTimeMillis();
}