mirror of
https://github.com/SoDOff-Project/sodoff-mmo.git
synced 2025-10-11 08:18:49 -07:00
adjust event start time
This commit is contained in:
parent
9978303231
commit
da480497af
@ -22,7 +22,7 @@ class WorldEvent {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private WorldEvent() {
|
private WorldEvent() {
|
||||||
Reset(3.3f);
|
Reset(10);
|
||||||
}
|
}
|
||||||
|
|
||||||
// controlled (init/reset) by Reset()
|
// controlled (init/reset) by Reset()
|
||||||
@ -178,7 +178,7 @@ class WorldEvent {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void PostEndEvent(Object source, ElapsedEventArgs e) {
|
private void PostEndEvent(Object source, ElapsedEventArgs e) {
|
||||||
Reset(7);
|
Reset(30);
|
||||||
|
|
||||||
Console.WriteLine($"Event {uid} send event notification (WE_ + WEN_) to all clients");
|
Console.WriteLine($"Event {uid} send event notification (WE_ + WEN_) to all clients");
|
||||||
NetworkPacket packet = Utils.VlNetworkPacket(EventInfoArray(), room.Id);
|
NetworkPacket packet = Utils.VlNetworkPacket(EventInfoArray(), room.Id);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user