forked from teamnwah/openmw-tes3coop
[Client] Add missing processor initialization for ProcessorPlayerJail
This commit is contained in:
parent
3280f0c5ee
commit
5774023f8b
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue