From f94c4eca19895b8910212a86761fb31b333ffa0b Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Sun, 4 Nov 2018 15:14:34 +0000 Subject: [PATCH] Fixed Speeling Error --- modules/ExpGamingCore/Role/control.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ExpGamingCore/Role/control.lua b/modules/ExpGamingCore/Role/control.lua index 23c7b391..fb51d664 100644 --- a/modules/ExpGamingCore/Role/control.lua +++ b/modules/ExpGamingCore/Role/control.lua @@ -69,7 +69,7 @@ RoleGlobal = global --- Used to set default roles for players who join -- @usage Role.set_preassign{name={roles}} -function Role.set_preassign(tbl) if game then global.pressign = tbl else Role.preassign = tbl end end +function Role.set_preassign(tbl) if game then global.preassign = tbl else Role.preassign = tbl end end --- Defines a new instance of a role -- @usage Role.define{name='Root',short_hand='Root',tag='[Root]',group='Root',colour={r=255,b=255,g=255},is_root=true,allow={}} -- returns new role