mirror of
https://github.com/Melledy/Nebula.git
synced 2026-09-20 01:29:54 +02:00
Delete player when deleting account
This commit is contained in:
@@ -12,7 +12,6 @@ import emu.nebula.Nebula;
|
||||
import emu.nebula.database.GameDatabaseObject;
|
||||
import emu.nebula.game.player.Player;
|
||||
import emu.nebula.proto.Public.FormationInfo;
|
||||
import emu.nebula.proto.Public.TowerFormation;
|
||||
import lombok.Getter;
|
||||
|
||||
@Getter
|
||||
@@ -70,13 +69,5 @@ public class FormationManager extends PlayerManager implements GameDatabaseObjec
|
||||
// Success
|
||||
return true;
|
||||
}
|
||||
|
||||
// Proto
|
||||
|
||||
public TowerFormation toProto() {
|
||||
var proto = TowerFormation.newInstance();
|
||||
|
||||
return proto;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user