diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2016-04-30 22:11:53 -0400 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2016-04-30 22:11:53 -0400 |
| commit | 052d3aad1a4b3e13a6c4f50095fdc9803701c857 (patch) | |
| tree | fc0b3be7b2a02e95bb7cb3037d0f8508e945e0ba /gamemode/itemsystem/common.lua | |
| parent | bdf6cacc1fe7af364b93604253f3229d842d6170 (diff) | |
| download | gmstranded-052d3aad1a4b3e13a6c4f50095fdc9803701c857.tar.gz gmstranded-052d3aad1a4b3e13a6c4f50095fdc9803701c857.tar.bz2 gmstranded-052d3aad1a4b3e13a6c4f50095fdc9803701c857.zip | |
Added combinations tab to the q menu
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 |
