mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-08-03 00:01:57 +02:00
Implemented countdowns.
This commit is contained in:
parent
58334a0e5f
commit
441c1a6383
5 changed files with 42 additions and 5 deletions
|
@ -1623,9 +1623,9 @@ namespace FFXIVClassic_Map_Server.Actors
|
|||
currentEventRunning = null;
|
||||
}
|
||||
|
||||
public void BroadcastCountdown(byte countdownLength, uint startTime)
|
||||
public void BroadcastCountdown(byte countdownLength, ulong syncTime)
|
||||
{
|
||||
BroadcastPacket(StartCountdownPacket.BuildPacket(actorId, countdownLength, startTime, "Go!"), true);
|
||||
BroadcastPacket(StartCountdownPacket.BuildPacket(actorId, countdownLength, syncTime, "Go!"), true);
|
||||
}
|
||||
|
||||
public void SendInstanceUpdate()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue