Removed chat wrapping, deprecated TextWrapper

This commit is contained in:
Shoghi Cervantes
2015-02-16 23:44:22 +01:00
parent d80b8524fb
commit 696ba08a81
3 changed files with 13 additions and 2 deletions

View File

@@ -1610,6 +1610,7 @@ class Server{
InventoryType::init();
Block::init();
Item::init();
/** TODO: @deprecated */
TextWrapper::init();
$this->craftingManager = new CraftingManager();