From 31cc74b3363e918fb67d1c54e621b378373c0a4b Mon Sep 17 00:00:00 2001 From: Ceikry Date: Fri, 26 Mar 2021 01:44:49 -0500 Subject: [PATCH] add notify + reject now throws --- .../main/kotlin/rs09/game/system/command/sets/CommandSet.kt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Server/src/main/kotlin/rs09/game/system/command/sets/CommandSet.kt b/Server/src/main/kotlin/rs09/game/system/command/sets/CommandSet.kt index 66c74fd99..a2dc3c8f9 100644 --- a/Server/src/main/kotlin/rs09/game/system/command/sets/CommandSet.kt +++ b/Server/src/main/kotlin/rs09/game/system/command/sets/CommandSet.kt @@ -30,8 +30,10 @@ abstract class CommandSet(val defaultPrivilege: Command.Privilege) : Plugin