Reverted OreAlert changes

reminder
Joey Hines 2018-12-09 10:35:37 -06:00
parent f80de5a85a
commit 6a0d9d56e2
1 changed files with 2 additions and 0 deletions

View File

@ -331,5 +331,7 @@ class OreAlert:
self.playerList.append(p)
except KeyboardInterrupt:
api.discord_notification("OreAlert has been stopped manually.")
except:
api.discord_notification("OreAlert has crashed!", ping=True)