Trying to send reason why the player leaves the game.

This commit is contained in:
lotodore
2008-11-25 23:19:34 +00:00
parent b236fa9d62
commit c57ea0985b
15 changed files with 65 additions and 24 deletions
+1
View File
@@ -720,6 +720,7 @@ public:
struct Data
{
u_int32_t playerId;
u_int16_t removeReason;
};
NetPacketPlayerLeft();