mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-04 05:16:21 -04:00
Renamed ListObject -> Delta. Guild null fix
Delete your ODB for this
This commit is contained in:
@@ -21,12 +21,12 @@
|
||||
******************************************************************************/
|
||||
package services.collections;
|
||||
|
||||
import resources.objects.ListObject;
|
||||
import resources.objects.Delta;
|
||||
|
||||
import com.sleepycat.persist.model.Persistent;
|
||||
|
||||
@Persistent
|
||||
public class ServerFirst extends ListObject {
|
||||
public class ServerFirst extends Delta {
|
||||
|
||||
private String name;
|
||||
private long time;
|
||||
|
||||
Reference in New Issue
Block a user