]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - server/rcon2irc/rcon2irc.pl
typo fix
[xonotic/xonotic.git] / server / rcon2irc / rcon2irc.pl
index f1eb7008cc928211f8bd3b8cf4fb5b38cd3e1ac7..856e761b755a06a9e4e65b04b72075d397372cd5 100755 (executable)
@@ -97,7 +97,7 @@ sub text_qfont_table($)
        my $o = ord $char;
        if($color_utf8_enable)
        {
-               return ($o & 0xFF00 == 0xE000) ? $text_qfont_table[$o & 0xFF] : $char;
+               return (($o & 0xFF00) == 0xE000) ? $text_qfont_table[$o & 0xFF] : $char;
        }
        else
        {