We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0547cf7 commit 5d3d1b7Copy full SHA for 5d3d1b7
[gamemodes]/[race]/race/racevoting_server.lua
@@ -22,7 +22,7 @@ function displayHilariarseMessage( player )
22
if playerName == lastVoteStarterName then
23
lastVoteStarterCount = lastVoteStarterCount + 1
24
if lastVoteStarterCount == 5 then
25
- msg = playerName .. ' started a vote. Hardly a suprise.'
+ msg = playerName .. ' started a vote. Hardly a surprise.'
26
elseif lastVoteStarterCount == 10 then
27
msg = 'Guess what! '..playerName .. ' started ANOTHER vote!'
28
elseif lastVoteStarterCount < 5 then
0 commit comments