Formatting

This commit is contained in:
Shoghi Cervantes
2014-04-01 19:48:28 +02:00
parent b4cc3bbd43
commit 7e9304a0c9
20 changed files with 23 additions and 27 deletions

View File

@ -22,7 +22,6 @@
namespace pocketmine;
use pocketmine\nbt\NBT;
use pocketmine\nbt\tag\Compound;
class OfflinePlayer implements IPlayer{
@ -114,5 +113,4 @@ class OfflinePlayer implements IPlayer{
}
}