summaryrefslogtreecommitdiff
path: root/web/minecraft.php
diff options
context:
space:
mode:
authornavewindre <nw@moneybot.cc>2023-12-04 18:06:10 +0100
committernavewindre <nw@moneybot.cc>2023-12-04 18:06:10 +0100
commitaef0d1c1268ab7d4bc18996c9c6b4da16a40aadc (patch)
tree43e766b51704f4ab8b383583bdc1871eeeb9c698 /web/minecraft.php
parent38f1140c11724da05a23a10385061200b907cf6e (diff)
bbbbbbbbwaaaaaaaaaaa
Diffstat (limited to 'web/minecraft.php')
-rw-r--r--web/minecraft.php2
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' );
}
}