diff options
Diffstat (limited to 'web/minecraft.php')
| -rw-r--r-- | web/minecraft.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/minecraft.php b/web/minecraft.php index 5eebb2e..4f9dbc7 100644 --- a/web/minecraft.php +++ b/web/minecraft.php @@ -157,7 +157,7 @@ class MinecraftQuery } else if( $Last != false ) { - $Info[ $Last ] = \mb_convert_encoding( $Value, 'UTF-8' ); + $Info[ $Last ] = mb_convert_encoding( $Value, 'UTF-8' ); } } |
