mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -04:00
[Client] Make it possible to turn off console again
This commit is contained in:
parent
34f0a5e076
commit
3fb0bbb58c
@ -22,6 +22,7 @@
|
||||
#include "processors/player/ProcessorPlayerResurrect.hpp"
|
||||
#include "processors/player/ProcessorPlayerAnimFlags.hpp"
|
||||
#include "processors/player/ProcessorChatMessage.hpp"
|
||||
#include "processors/player/ProcessorGameConsole.hpp"
|
||||
#include "processors/player/ProcessorPlayerCharGen.hpp"
|
||||
#include "processors/player/ProcessorGUIMessageBox.hpp"
|
||||
#include "processors/player/ProcessorPlayerCharClass.hpp"
|
||||
@ -80,6 +81,7 @@ void ProcessorInitializer()
|
||||
PlayerProcessor::AddProcessor(new ProcessorPlayerResurrect());
|
||||
PlayerProcessor::AddProcessor(new ProcessorPlayerAnimFlags());
|
||||
PlayerProcessor::AddProcessor(new ProcessorChatMessage());
|
||||
PlayerProcessor::AddProcessor(new ProcessorGameConsole());
|
||||
PlayerProcessor::AddProcessor(new ProcessorPlayerCharGen());
|
||||
PlayerProcessor::AddProcessor(new ProcessorGUIMessageBox());
|
||||
PlayerProcessor::AddProcessor(new ProcessorPlayerCharClass());
|
||||
|
Loading…
x
Reference in New Issue
Block a user