mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -04:00
[General] Set enforcedLogLevel to -1 when initializing BasePlayer
This commit is contained in:
parent
7b702bf8c2
commit
2c77d5f498
@ -49,7 +49,6 @@ LocalPlayer::LocalPlayer()
|
|||||||
charGenState.isFinished = false;
|
charGenState.isFinished = false;
|
||||||
|
|
||||||
difficulty = 0;
|
difficulty = 0;
|
||||||
enforcedLogLevel = -1;
|
|
||||||
physicsFramerate = 60.0;
|
physicsFramerate = 60.0;
|
||||||
consoleAllowed = false;
|
consoleAllowed = false;
|
||||||
bedRestAllowed = true;
|
bedRestAllowed = true;
|
||||||
|
@ -242,8 +242,10 @@ namespace mwmp
|
|||||||
inventoryChanges.count = 0;
|
inventoryChanges.count = 0;
|
||||||
spellbookChanges.action = 0;
|
spellbookChanges.action = 0;
|
||||||
spellbookChanges.count = 0;
|
spellbookChanges.count = 0;
|
||||||
|
|
||||||
displayCreatureName = false;
|
displayCreatureName = false;
|
||||||
resetStats = false;
|
resetStats = false;
|
||||||
|
enforcedLogLevel = -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
BasePlayer()
|
BasePlayer()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user