mirror of
https://github.com/a-bad-dev/simple-shooter-game.git
synced 2026-06-08 20:12:11 +00:00
Rename reset to stop
This commit is contained in:
parent
882615f26f
commit
1a24be1d41
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ core.register_chatcommand("start", {
|
|||
end
|
||||
})
|
||||
|
||||
core.register_chatcommand("reset", {
|
||||
core.register_chatcommand("stop", {
|
||||
params = "",
|
||||
privs = {match_manager = true},
|
||||
description = "Terminate the match",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue