1
0
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:
thecraftianman 2024-11-21 18:30:48 -05:00
parent 819a6fc4af
commit 9feb670fc9

View File

@ -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,