From 0cf4a83d0e2e90a270f0a0618ea5aa1e01c6ec44 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Thu, 23 Jul 2026 02:03:27 +0900 Subject: [PATCH] . --- exp_legacy/module/expcore/permission_groups.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exp_legacy/module/expcore/permission_groups.lua b/exp_legacy/module/expcore/permission_groups.lua index 6df8f468..b4477df5 100644 --- a/exp_legacy/module/expcore/permission_groups.lua +++ b/exp_legacy/module/expcore/permission_groups.lua @@ -348,8 +348,10 @@ function PermissionsGroups._prototype:print(message) end -- when the game starts it will make the permission groups +--[[ Event.on_init(function() PermissionsGroups.reload_permissions() end) +]] return PermissionsGroups