Skip to content

Commit 6ff3f55

Browse files
committed
updateCommands on hot load
1 parent f70cae0 commit 6ff3f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bukkit/src/main/kotlin/io/github/rothes/esu/bukkit/EsuPluginBukkit.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ class EsuPluginBukkit(
158158
)
159159
}
160160

161-
Bukkit.getOnlinePlayers().forEach { it.user }
161+
Bukkit.getOnlinePlayers().forEach { it.updateCommands(); it.user }
162162
InternalListeners // Init
163163
UserLoginEvent // Init
164164

0 commit comments

Comments
 (0)