diff options
Diffstat (limited to 'gamemode/itemsystem/common.lua')
| -rw-r--r-- | gamemode/itemsystem/common.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gamemode/itemsystem/common.lua b/gamemode/itemsystem/common.lua index b002a43..114340b 100644 --- a/gamemode/itemsystem/common.lua +++ b/gamemode/itemsystem/common.lua @@ -13,7 +13,7 @@ function startProcessGeneric(player, string, time, ondone) player:Freeze(false) player.InProcess = false player:StopProcessBar() - ondone() + ondone(player) end) end |
