Ninja

Results 2 issues of Ninja

* **Addressed Issue(s)**: N/A * **Server Mode**: Both * **Description of Pull Request**: To improve the Guild Activity Logging of rAthena. It works for the following Guild Logging activities: 1....

``` import sys from system_hotkey import SystemHotkey, InvalidKeyError try: hk = SystemHotkey() hk.register(["alt","q'"], callback=lambda event: overlay.quit()) except InvalidKeyError: sys.exit() print('IT WENT HERE') ``` above code will continue and will not...