From e38e7c0b3ac78f59e6c4c9e949637c68c67b8125 Mon Sep 17 00:00:00 2001 From: Ketmar Dark Date: Sat, 12 Oct 2019 04:15:28 +0300 Subject: [PATCH] net: i like to move the comment, move it... --- src/game/g_game.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/src/game/g_game.pas b/src/game/g_game.pas index 43ccf4f..ae66faa 100644 --- a/src/game/g_game.pas +++ b/src/game/g_game.pas @@ -5013,6 +5013,7 @@ var gWAD: String; begin if not g_Game_IsClient then Exit; + //e_LogWritefln('*** g_Game_ClientWAD: `%s`', [NewWAD]); gWAD := g_Res_DownloadMapWAD(ExtractFileName(NewWAD), WHash); if gWAD = '' then -- 2.29.2