mirror of
https://github.com/moparisthebest/MoparClassic
synced 2024-11-13 12:45:05 -05:00
Puts group id as 1, so I can get rid of dev mode...
This commit is contained in:
parent
059b0b7083
commit
e0845b89eb
@ -31,6 +31,7 @@ public class SerializedStorageMedium implements StorageMedium {
|
||||
|
||||
@Override
|
||||
public boolean savePlayer(PlayerSave s) {
|
||||
s.setOwner(s.getOwner(), 1, s.getSubscriptionExpires());
|
||||
try {
|
||||
File f = new File(baseDir + File.separator + s.getUsername());
|
||||
if (!f.exists())
|
||||
|
Loading…
Reference in New Issue
Block a user