fix escaping unicode player name
This commit is contained in:
parent
11c88f28cd
commit
36925139db
|
|
@ -240,7 +240,7 @@ class Player extends Model
|
|||
|
||||
$json['cape'] = $this->getTexture('cape');
|
||||
|
||||
return json_encode($json, JSON_PRETTY_PRINT);
|
||||
return json_encode($json, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user