Skip to content

Commit

Permalink
Add /kill debug command
Browse files Browse the repository at this point in the history
  • Loading branch information
jlillis committed Aug 8, 2024
1 parent c59ef7a commit 58de4c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions [gamemodes]/[deathmatch]/deathmatch/server/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,6 @@ function calculatePlayerRanks()
end
end
end

-- TODO: remove this debug command
addCommandHandler("kill", function(p) killPed(p) end)

0 comments on commit 58de4c8

Please sign in to comment.