more compat removal

This commit is contained in:
Fabian Dill
2020-10-18 23:18:54 +02:00
parent 94dafa3c55
commit add0762114
2 changed files with 4 additions and 9 deletions

View File

@@ -762,9 +762,6 @@ class ClientMessageProcessor(CommonCommandProcessor):
self.output(
"Sorry, client forfeiting requires you to have beaten the game on this server."
" You can ask the server admin for a /forfeit")
if self.client.version < [2, 1, 0]:
self.output(
"Your client is too old to send game beaten information. Please update, load you savegame and reconnect.")
return False
def _cmd_remaining(self) -> bool: