mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-18 23:34:51 +01:00
Add platform string for game session
This commit is contained in:
@@ -2,13 +2,11 @@ package emu.nebula.game.ban;
|
||||
|
||||
import dev.morphia.annotations.Entity;
|
||||
import dev.morphia.annotations.Id;
|
||||
import emu.nebula.Nebula;
|
||||
import emu.nebula.database.GameDatabaseObject;
|
||||
import emu.nebula.game.player.PlayerErrorCode;
|
||||
import emu.nebula.proto.Public.Error;
|
||||
import emu.nebula.util.Utils;
|
||||
import lombok.Getter;
|
||||
import java.util.Date;
|
||||
|
||||
@Getter
|
||||
@Entity(value = "bans", useDiscriminator = false)
|
||||
|
||||
Reference in New Issue
Block a user