mirror of
https://github.com/ENSL/NS.git
synced 2024-11-22 12:41:33 +00:00
updated consistency check message
This commit is contained in:
parent
ae3d8e5ea5
commit
998aae5632
1 changed files with 2 additions and 2 deletions
|
@ -2336,8 +2336,8 @@ int InconsistentFile( const edict_t *player, const char *filename, char *disconn
|
|||
}*/
|
||||
|
||||
if (strstr(filename, "dlls/") != NULL) {
|
||||
//sprintf(disconnect_message, "(%s) Your NS version differs from the server's. Go to github.com/ENSL/NS#downloads or run Natural Launcher for the latest version.\n", filename);
|
||||
sprintf(disconnect_message, "(%s) This server is running an experimental NS build. Enable experimental build in Natural Launcher settings. github.com/ENSL/NS#downloads\n", filename);
|
||||
sprintf(disconnect_message, "(%s) Your NS version differs from the server's. Go to github.com/ENSL/NS#downloads or run Natural Launcher for the latest version.\n", filename);
|
||||
//sprintf(disconnect_message, "(%s) This server is running an experimental NS build. Enable experimental build in Natural Launcher settings. github.com/ENSL/NS#downloads\n", filename);
|
||||
return 1;
|
||||
}
|
||||
// Cheating prone files that aren't commonly used for customization.
|
||||
|
|
Loading…
Reference in a new issue