diff options
Diffstat (limited to 'npc/003-2/lua.txt')
-rw-r--r-- | npc/003-2/lua.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-2/lua.txt b/npc/003-2/lua.txt index 5555eaae8..42257d51c 100644 --- a/npc/003-2/lua.txt +++ b/npc/003-2/lua.txt @@ -63,7 +63,7 @@ OnGMEventShop: L_GMEventShop: // Inflaction: Non-admins pay more out of main events (for whatever reasons) .@inf=1; - if (!is_admin() && $EVENT$ == "") + if (!is_master() && $EVENT$ == "") .@inf+=1; // Main Code |