Skip to content
This repository has been archived by the owner on Dec 18, 2022. It is now read-only.

Commit

Permalink
fix(server): antifarm update time
Browse files Browse the repository at this point in the history
  • Loading branch information
N-fire committed Apr 14, 2022
1 parent 02a2467 commit 2fc45b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ function Antifarm(source,coords)
return false
end
antifarm[source][i].amount += 1 -- if not amount more than max
antifarm[source][i].time = curentTime
return true
end
end
Expand Down

0 comments on commit 2fc45b0

Please sign in to comment.