Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
SUPER IMPORTANT GAME BREAKING CHANGE!!!!!!!!!!!!!!!!!!!!!!!!!!!!11
  • Loading branch information
thecraftianman committed Sep 20, 2023
1 parent 41369e1 commit 5fe84f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/entities/acf_radar/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ local function GetEntityIndex(Entity)
end

local function GetEntityOwner(Owner, Entity)
-- If entity info is restricted and the radar owner doesn't has permissions on this entity then return Unknown
-- If entity info is restricted and the radar owner doesn't have permissions on this entity then return Unknown
if ACF.RestrictInfo and not Entity:CPPICanTool(Owner) then
return "Unknown"
end
Expand Down

0 comments on commit 5fe84f5

Please sign in to comment.