We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 982a42f commit f4c46d8Copy full SHA for f4c46d8
1 file changed
Docs/Round.md
@@ -22,7 +22,7 @@ Code Examples:
22
```lua
23
function onPlayerDied(args)
24
if #Players.AllPlayers < 2 then
25
- Round:restart() -- not specifying the fast restart value is defaulted to false
+ Round:Restart() -- not specifying the fast restart value is defaulted to false
26
end
27
28
0 commit comments