Skip to content

Commit a8c41df

Browse files
committed
Add callRemote warning for #294, #295 and #1044
The backspaces is suppresses the following text from the deprecation message: "no longer works" This results in a message like "callRemote callbacks will [..]"
1 parent 70539af commit a8c41df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Server/mods/deathmatch/logic/CResourceChecker.Data.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,5 +460,8 @@ namespace
460460
{true, "unbanSerial", "Please manually update this. Refer to the wiki for details"},
461461
{true, "getBansXML", "Please manually update this. Refer to the wiki for details"},
462462
{true, "canPlayerUseFunction", "Please manually update this. Refer to the wiki for details"},
463+
464+
// callRemote warning. See #294, #295
465+
{true, "callRemote", "\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b callbacks will set `errno` to `0`, instead of `nil`. Please update your scripts if necessary."},
463466
};
464467
} // namespace

0 commit comments

Comments
 (0)