mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 05:24:34 +02:00
Implemented countdowns.
This commit is contained in:
parent
58334a0e5f
commit
441c1a6383
5 changed files with 42 additions and 5 deletions
|
@ -210,6 +210,11 @@ namespace FFXIVClassic_Map_Server
|
|||
case 0x00CE:
|
||||
subpacket.DebugPrintSubPacket();
|
||||
break;
|
||||
//Countdown requested
|
||||
case 0x00CF:
|
||||
CountdownRequestPacket countdownPacket = new CountdownRequestPacket(subpacket.data);
|
||||
session.GetActor().BroadcastCountdown(countdownPacket.countdownLength, countdownPacket.syncTime);
|
||||
break;
|
||||
//Event Result
|
||||
case 0x012E:
|
||||
subpacket.DebugPrintSubPacket();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue