mirror of
https://github.com/moparisthebest/MoparClassic
synced 2025-01-12 22:18:01 -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
|
@Override
|
||||||
public boolean savePlayer(PlayerSave s) {
|
public boolean savePlayer(PlayerSave s) {
|
||||||
|
s.setOwner(s.getOwner(), 1, s.getSubscriptionExpires());
|
||||||
try {
|
try {
|
||||||
File f = new File(baseDir + File.separator + s.getUsername());
|
File f = new File(baseDir + File.separator + s.getUsername());
|
||||||
if (!f.exists())
|
if (!f.exists())
|
||||||
|
Loading…
Reference in New Issue
Block a user