adjust event start time

This commit is contained in:
Robert Paciorek 2024-01-26 18:53:25 +00:00 committed by Spirtix
parent 9978303231
commit da480497af

View File

@ -22,7 +22,7 @@ class WorldEvent {
}
private WorldEvent() {
Reset(3.3f);
Reset(10);
}
// controlled (init/reset) by Reset()
@ -178,7 +178,7 @@ class WorldEvent {
}
private void PostEndEvent(Object source, ElapsedEventArgs e) {
Reset(7);
Reset(30);
Console.WriteLine($"Event {uid} send event notification (WE_ + WEN_) to all clients");
NetworkPacket packet = Utils.VlNetworkPacket(EventInfoArray(), room.Id);