mirror of
https://github.com/TeamUlysses/ulib.git
synced 2025-03-04 03:03:13 -05:00
Fix global var
This commit is contained in:
parent
e9b35045e4
commit
7b09cf40c0
@ -1352,9 +1352,8 @@ local function routedCommandCallback( ply, commandName, argv )
|
||||
if not routedCmds[ commandName:lower() ] then
|
||||
return error( "Base command \"" .. commandName .. "\" is not defined!" )
|
||||
end
|
||||
local orig_argv = argv
|
||||
local orig_commandName = commandName
|
||||
|
||||
local currTable
|
||||
currTable, commandName, argv = cmds.getCommandTableAndArgv( commandName, argv, true )
|
||||
cmds.execute( currTable, ply, commandName, argv )
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user