diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2016-04-30 00:12:48 -0400 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2016-04-30 00:12:48 -0400 |
| commit | 57b9d6d553943190c58b7d5f77d2ee475fe36479 (patch) | |
| tree | 7ce172587805403606d31792be8c81c80e55256c /gamemode/init.lua | |
| parent | c90d4ae74d9a51249009ebac34d3627bc3812fa3 (diff) | |
| download | gmstranded-57b9d6d553943190c58b7d5f77d2ee475fe36479.tar.gz gmstranded-57b9d6d553943190c58b7d5f77d2ee475fe36479.tar.bz2 gmstranded-57b9d6d553943190c58b7d5f77d2ee475fe36479.zip | |
Improvements to inventory
Diffstat (limited to 'gamemode/init.lua')
| -rw-r--r-- | gamemode/init.lua | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gamemode/init.lua b/gamemode/init.lua index eb00238..a4c480a 100644 --- a/gamemode/init.lua +++ b/gamemode/init.lua @@ -129,7 +129,11 @@ function GM.FindTribeByID( id ) end -- Cancel process -concommand.Add( "gms_cancelprocess", function( ply, cmd, args ) ply:CancelProcess() end ) +concommand.Add( "gms_cancelprocess", function( ply, cmd, args ) + ply:CancelProcess() + + +end ) /* Menu toggles */ function GM:ShowHelp( ply ) end |
