Skip to content

Commit

Permalink
Fixed set map markers
Browse files Browse the repository at this point in the history
  • Loading branch information
KionX authored and shalkya committed Dec 28, 2020
1 parent 060f8cd commit f8233b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/SimPing.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ function AnimatePingMesh(entity)
end

function SpawnPing(data)
if not OkayToMessWithArmy(data.Owner+1) then return end
if not PingsRemaining[data.Owner] then
PingsRemaining[data.Owner] = PingLimit
end
Expand Down

0 comments on commit f8233b0

Please sign in to comment.