Reverted OreAlert changes
parent
f80de5a85a
commit
6a0d9d56e2
|
@ -331,5 +331,7 @@ class OreAlert:
|
||||||
self.playerList.append(p)
|
self.playerList.append(p)
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
api.discord_notification("OreAlert has been stopped manually.")
|
api.discord_notification("OreAlert has been stopped manually.")
|
||||||
|
except:
|
||||||
|
api.discord_notification("OreAlert has crashed!", ping=True)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue