[Client] Add missing processor initialization for ProcessorPlayerJail

0.6.1
David Cernat 8 years ago
parent 3280f0c5ee
commit 5774023f8b

@ -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());

Loading…
Cancel
Save