Skip to content

Commit

Permalink
We ment this!
Browse files Browse the repository at this point in the history
  • Loading branch information
mempler authored Nov 26, 2018
1 parent 0bcb420 commit 915217c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enet server test/enet server test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2462,7 +2462,7 @@ int _tmain(int argc, _TCHAR* argv[])
SendPacketRaw(4, packPlayerMoving(&data), 56, 0, peer, ENET_PACKET_FLAG_RELIABLE);
}
else if (str == "/help"){
GamePacket p = packetEnd(appendString(appendString(createPacket(), "OnConsoleMessage"), "Supported commands are: /help, /mod, /unmod, /inventory, /item id, /team id, /color number, /who, /state number, /count, /sb message, /alt, /radio"));
GamePacket p = packetEnd(appendString(appendString(createPacket(), "OnConsoleMessage"), "Supported commands are: /help, /mod, /unmod, /inventory, /item id, /team id, /color number, /who, /state number, /count, /sb message, /alt, /radio, /gem"));
ENetPacket * packet = enet_packet_create(p.data,
p.len,
ENET_PACKET_FLAG_RELIABLE);
Expand Down

0 comments on commit 915217c

Please sign in to comment.