mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
ItemFactory: Don't initialize creative items in init()
Wanting initialized item factory does not require initializing the creative inventory. This is often useless and unwanted extra baggage (when this is used on threads for example).
This commit is contained in:
@ -254,8 +254,6 @@ class ItemFactory{
|
||||
//TODO: RECORD_11
|
||||
//TODO: RECORD_WAIT
|
||||
}
|
||||
|
||||
Item::initCreativeItems();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user