Skip to content

Commit 5d3d1b7

Browse files
authored
Fix typo in racevoting_server.lua (#574)
Fix typo in hilariarse chat message when someone has started 5 votes
1 parent 0547cf7 commit 5d3d1b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

[gamemodes]/[race]/race/racevoting_server.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function displayHilariarseMessage( player )
2222
if playerName == lastVoteStarterName then
2323
lastVoteStarterCount = lastVoteStarterCount + 1
2424
if lastVoteStarterCount == 5 then
25-
msg = playerName .. ' started a vote. Hardly a suprise.'
25+
msg = playerName .. ' started a vote. Hardly a surprise.'
2626
elseif lastVoteStarterCount == 10 then
2727
msg = 'Guess what! '..playerName .. ' started ANOTHER vote!'
2828
elseif lastVoteStarterCount < 5 then

0 commit comments

Comments
 (0)