uberfixes

This commit is contained in:
Master Jumblespeed 2015-05-23 20:58:38 -04:00
parent 5631277899
commit 8fb39a1d49
6 changed files with 1 additions and 1 deletions

0
astron/win32/start-ai-server.bat Normal file → Executable file
View file

0
astron/win32/start-all.bat Normal file → Executable file
View file

0
astron/win32/start-astron-cluster.bat Normal file → Executable file
View file

0
astron/win32/start-uberdog-server.bat Normal file → Executable file
View file

View file

@ -86,7 +86,7 @@ def judgeName(name):
namePart = namePart.lower() namePart = namePart.lower()
if len(namePart) < 1: if len(namePart) < 1:
return False return False
for banned in blacklist.get(namePart[0], []): for banned in blacklist:
if banned in namePart: if banned in namePart:
return False return False
return True return True

0
win32/start-game.bat Normal file → Executable file
View file