mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 08:35:20 +00:00
strip extra blank lines (php-cs-fixer)
This commit is contained in:
@ -112,7 +112,6 @@ class SendUsageTask extends AsyncTask{
|
||||
"ticks" => $server->getTick()
|
||||
];
|
||||
|
||||
|
||||
//This anonymizes the user ids so they cannot be reversed to the original
|
||||
foreach($playerList as $k => $v){
|
||||
$playerList[$k] = md5($v);
|
||||
|
Reference in New Issue
Block a user