Skip to content

Commit

Permalink
Fix typo in racevoting_server.lua (#574)
Browse files Browse the repository at this point in the history
Fix typo in hilariarse chat message when someone has started 5 votes
  • Loading branch information
SpeedyFolf authored Nov 19, 2024
1 parent 0547cf7 commit 5d3d1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion [gamemodes]/[race]/race/racevoting_server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function displayHilariarseMessage( player )
if playerName == lastVoteStarterName then
lastVoteStarterCount = lastVoteStarterCount + 1
if lastVoteStarterCount == 5 then
msg = playerName .. ' started a vote. Hardly a suprise.'
msg = playerName .. ' started a vote. Hardly a surprise.'
elseif lastVoteStarterCount == 10 then
msg = 'Guess what! '..playerName .. ' started ANOTHER vote!'
elseif lastVoteStarterCount < 5 then
Expand Down

0 comments on commit 5d3d1b7

Please sign in to comment.