mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-24 04:02:40 -06: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()
|
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
0
win32/start-game.bat
Normal file → Executable file
Loading…
Reference in a new issue