mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-21 00:39:53 +00:00
Revert "only kick for incompatible mods in release build"
This reverts commit e687eac608b8ce2215220d479b71983f24afc7b6.
This commit is contained in:
parent
e687eac608
commit
a1466a6dff
@ -110,9 +110,7 @@ public class PlayerJoinMessage : QSBMessage
|
||||
if (FirstIncompatibleMod != "" && !QSBCore.IncompatibleModsAllowed)
|
||||
{
|
||||
DebugLog.ToConsole($"Error - Client {PlayerName} connecting with incompatible mod. (First mod found was {FirstIncompatibleMod})");
|
||||
#if RELEASE
|
||||
new PlayerKickMessage(From, $"Using an incompatible/disallowed mod. First mod found was {FirstIncompatibleMod}").Send();
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user