Skip to content

Commit f4c46d8

Browse files
committed
Fixes
1 parent 982a42f commit f4c46d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Docs/Round.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Code Examples:
2222
```lua
2323
function onPlayerDied(args)
2424
if #Players.AllPlayers < 2 then
25-
Round:restart() -- not specifying the fast restart value is defaulted to false
25+
Round:Restart() -- not specifying the fast restart value is defaulted to false
2626
end
2727
end
2828

0 commit comments

Comments
 (0)