Update 2.1.4

* Fix for https://github.com/Matthww/PlayerInfo/issues/14
This commit is contained in:
Matthew 2020-03-09 09:28:39 +01:00 committed by GitHub
parent af708ef706
commit f3c9a9febb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
name: PlayerInfo
version: 2.1.3
version: 2.1.4
author: Matthww
api: [3.0.0]
description: Shows info about a certain player!

View File

@ -52,7 +52,7 @@ class PlayerInfo extends PluginBase implements Listener {
return false;
}
$cdata = $this->PlayerData[$player->getName()];
$os = ["Unknown", "Android", "iOS", "macOS", "FireOS", "GearVR", "HoloLens", "Windows 10", "Windows", "Dedicated", "Orbis", "NX"];
$os = ["Unknown", "Android", "iOS", "macOS", "FireOS", "GearVR", "HoloLens", "Windows 10", "Windows", "Dedicated", "Orbis", "Playstation 4", "Nintento Switch", "Xbox One"];
$UI = ["Classic UI", "Pocket UI"];
$Controls = ["Unknown", "Mouse", "Touch", "Controller"];
$GUI = [-2 => "Minimum", -1 => "Medium", 0 => "Maximum"];