]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - server/rcon.pl
typo fix
[xonotic/xonotic.git] / server / rcon.pl
index 6e45769aa197e2581beb04982d96626dc1533487..87eecf05638e067cf5b2fae302aeca74e2e2a033 100755 (executable)
@@ -96,7 +96,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
        {