Skip to content

Commit

Permalink
Change Radar ShortName to be consistent with everything else
Browse files Browse the repository at this point in the history
Entity.ShortName was previously exactly the same as Entity.Name, now it uses (Type).ID like everything else
  • Loading branch information
LiddulBOFH committed Jul 14, 2024
1 parent 2d6ee3e commit ee9b9ef
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 @@ -349,7 +349,7 @@ do -- Spawn and Update functions
end

Entity.Name = Radar.Name
Entity.ShortName = Radar.Name
Entity.ShortName = Radar.ID
Entity.EntType = Class.Name
Entity.ClassType = Class.ID
Entity.ClassData = Class
Expand Down

0 comments on commit ee9b9ef

Please sign in to comment.