mirror of
https://github.com/IkarusHD/ICF-3.git
synced 2025-03-04 03:03:12 -05:00
Fix GetEntityType tests
This commit is contained in:
parent
819a6fc4af
commit
9feb670fc9
@ -6,7 +6,8 @@ return {
|
||||
IsPlayer = function() return false end,
|
||||
IsNPC = function() return false end,
|
||||
IsNextBot = function() return false end,
|
||||
IsVehicle = function() return false end
|
||||
IsVehicle = function() return false end,
|
||||
GetTable = function() return State.Ent end,
|
||||
}
|
||||
end,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user