mirror of
https://github.com/dvdvideo1234/TrackAssemblyTool.git
synced 2025-03-04 03:13:32 -05:00
Return what is present in ows
instead
This commit is contained in:
parent
5e09dcd6a1
commit
57b438073c
@ -93,7 +93,7 @@ local asmlib = trackasmlib; if(not asmlib) then -- Module present
|
||||
------------ CONFIGURE ASMLIB ------------
|
||||
|
||||
asmlib.InitBase("track","assembly")
|
||||
asmlib.SetOpVar("TOOL_VERSION","8.699")
|
||||
asmlib.SetOpVar("TOOL_VERSION","8.700")
|
||||
asmlib.SetIndexes("V" ,1,2,3)
|
||||
asmlib.SetIndexes("A" ,1,2,3)
|
||||
asmlib.SetIndexes("WV",1,2,3)
|
||||
|
@ -292,7 +292,7 @@ function GetOwner(oEnt)
|
||||
if(IsPlayer(ows)) then return ows else ows = nil end
|
||||
set = set.undo1; ows = (set.Args and set.Args[1] or nil)
|
||||
if(IsPlayer(ows)) then return ows else ows = nil end
|
||||
end; return nil -- No owner is found. Nothing is returned
|
||||
end; return ows -- No owner is found. Nothing is returned
|
||||
end
|
||||
|
||||
function IsOther(oEnt)
|
||||
|
Loading…
Reference in New Issue
Block a user