mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-10-31 00:37:54 +00:00
uberfixes
This commit is contained in:
parent
5631277899
commit
8fb39a1d49
6 changed files with 1 additions and 1 deletions
0
astron/win32/start-ai-server.bat
Normal file → Executable file
0
astron/win32/start-ai-server.bat
Normal file → Executable file
0
astron/win32/start-all.bat
Normal file → Executable file
0
astron/win32/start-all.bat
Normal file → Executable file
0
astron/win32/start-astron-cluster.bat
Normal file → Executable file
0
astron/win32/start-astron-cluster.bat
Normal file → Executable file
0
astron/win32/start-uberdog-server.bat
Normal file → Executable file
0
astron/win32/start-uberdog-server.bat
Normal file → Executable file
|
@ -86,7 +86,7 @@ def judgeName(name):
|
|||
namePart = namePart.lower()
|
||||
if len(namePart) < 1:
|
||||
return False
|
||||
for banned in blacklist.get(namePart[0], []):
|
||||
for banned in blacklist:
|
||||
if banned in namePart:
|
||||
return False
|
||||
return True
|
||||
|
|
0
win32/start-game.bat
Normal file → Executable file
0
win32/start-game.bat
Normal file → Executable file
Loading…
Reference in a new issue