Add platform string for game session

This commit is contained in:
Melledy
2025-12-13 00:14:07 -08:00
parent 968880c320
commit 1aa2129bba
3 changed files with 17 additions and 2 deletions

View File

@@ -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)