mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-06 08:53:27 +02:00
Update hamtest.py
This commit is contained in:
@@ -136,6 +136,9 @@ class HamTest:
|
||||
|
||||
# remove the game[id] from the list
|
||||
del self.game[id]
|
||||
# remove the id from the hamtestTracker list if it exists
|
||||
if id in hamtestTracker:
|
||||
hamtestTracker.remove(id)
|
||||
return msg
|
||||
|
||||
hamtestTracker = []
|
||||
|
||||
Reference in New Issue
Block a user