Skip to content

Commit 5a5ee09

Browse files
authored
race: Update racevoting_server.lua (#563)
Fix typo in killer punchline chat message
1 parent 00d7ec3 commit 5a5ee09

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
@@ -47,7 +47,7 @@ end
4747
----------------------------------------------------------------------------
4848
function displayKillerPunchLine( player )
4949
if lastVoteStarterName ~= '' then
50-
outputRace( 'Offical news: Everybody hates ' .. lastVoteStarterName )
50+
outputRace( 'Official news: Everybody hates ' .. lastVoteStarterName )
5151
end
5252
end
5353

0 commit comments

Comments
 (0)