Package org.moparscape.msc.ls.model

Examples of org.moparscape.msc.ls.model.PlayerSave.save()


    }

    save.setEventCD(p.readLong());

    save.setLastUpdate(System.currentTimeMillis());
    if (!save.save()) { // we shouldnt always save right away
      System.out.println("Error saving: " + save.getUsername());
    }
  }

}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.