Skip to content

Commit

Permalink
Update racevoting_server.lua
Browse files Browse the repository at this point in the history
Fix typo in killer punchline chat message
  • Loading branch information
SpeedyFolf authored Oct 16, 2024
1 parent 00d7ec3 commit 92146eb
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 @@ -47,7 +47,7 @@ end
----------------------------------------------------------------------------
function displayKillerPunchLine( player )
if lastVoteStarterName ~= '' then
outputRace( 'Offical news: Everybody hates ' .. lastVoteStarterName )
outputRace( 'Official news: Everybody hates ' .. lastVoteStarterName )
end
end

Expand Down

0 comments on commit 92146eb

Please sign in to comment.