[Client] Add missing processor initialization for ProcessorPlayerJail

This commit is contained in:
David Cernat 2017-07-11 14:31:32 +03:00
parent 3280f0c5ee
commit 5774023f8b

View file

@ -106,6 +106,7 @@ void ProcessorInitializer()
PlayerProcessor::AddProcessor(new ProcessorPlayerEquipment());
PlayerProcessor::AddProcessor(new ProcessorPlayerFaction());
PlayerProcessor::AddProcessor(new ProcessorPlayerInventory());
PlayerProcessor::AddProcessor(new ProcessorPlayerJail());
PlayerProcessor::AddProcessor(new ProcessorPlayerJournal());
PlayerProcessor::AddProcessor(new ProcessorPlayerKillCount());
PlayerProcessor::AddProcessor(new ProcessorPlayerLevel());