summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f8b890f)
raw | patch | inline | side by side (parent: f8b890f)
author | Ketmar Dark <ketmar@ketmar.no-ip.org> | |
Tue, 15 Oct 2019 21:10:07 +0000 (00:10 +0300) | ||
committer | Ketmar Dark <ketmar@ketmar.no-ip.org> | |
Tue, 15 Oct 2019 21:10:30 +0000 (00:10 +0300) |
src/game/g_netmaster.pas | patch | blob | history |
index bc940cf0f7b55ef4eb21beb2a84203b146b2d0e0..e24bed7accc9c70301965d3614103043016e528e 100644 (file)
--- a/src/game/g_netmaster.pas
+++ b/src/game/g_netmaster.pas
begin
if (enet_peer_send(peer, NET_MCHAN_UPD, pkt) = 0) then
begin
+ e_LogWritefln('sent update to master at [%s:%u]', [hostName, hostPort], TMsgType.Notify);
NetUpdatePending := false;
updateSent := true;
end;