Fixed some lines indented with 4 spaces rather than tabs

This commit is contained in:
SOF3
2016-10-03 00:58:34 +08:00
parent 6fc435da0e
commit e913b16804
56 changed files with 238 additions and 238 deletions

View File

@ -108,7 +108,7 @@ class NBT{
}
$item = Item::get($tag->id->getValue(), !isset($tag->Damage) ? 0 : $tag->Damage->getValue(), $tag->Count->getValue());
if(isset($tag->tag) and $tag->tag instanceof CompoundTag){
$item->setNamedTag($tag->tag);
}

View File

@ -26,7 +26,7 @@ use pocketmine\nbt\NBT;
#include <rules/NBT.h>
class StringTag extends NamedTag{
public function getType(){
return NBT::TAG_String;
}