summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 69ed21b)
raw | patch | inline | side by side (parent: 69ed21b)
author | fgsfds <pvt.fgsfds@gmail.com> | |
Mon, 26 Aug 2019 23:11:36 +0000 (02:11 +0300) | ||
committer | fgsfds <pvt.fgsfds@gmail.com> | |
Mon, 26 Aug 2019 23:11:36 +0000 (02:11 +0300) |
src/game/g_nethandler.pas | patch | blob | history |
index dadef20a3acf022e4716002a1c960bb2892eb757..346a5018f2295f2d20871c01ef1a33e0b8901545 100644 (file)
begin
Result := True;
MID := NetMsg.ReadByte();
- g_Console_Add('MID = ' + IntTOStr(MID));
case MID of
NET_MSG_INFO: MH_RECV_Info(S, NetMsg);