forked from SoDOff-Project/sodoff-mmo
bugfix for event version of battle ships
This commit is contained in:
parent
7d96a03042
commit
d2a11b04e2
@ -10,7 +10,7 @@ class WorldEventStatusHandler : CommandHandler {
|
||||
public override Task Handle(Client client, NetworkObject receivedObject) {
|
||||
client.Send(Utils.ArrNetworkPacket( new string[] {
|
||||
"WESR",
|
||||
"WE_ScoutAttack|" + WorldEvent.Get().EventInfo(),
|
||||
"WE_" + Configuration.ServerConfiguration.EventName + "|" + WorldEvent.Get().EventInfo(),
|
||||
"EvEnd|" + WorldEvent.Get().GetLastResults()
|
||||
}));
|
||||
return Task.CompletedTask;
|
||||
|
Loading…
x
Reference in New Issue
Block a user