mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-06 03:15:33 +00:00
Missed a debug message
This commit is contained in:
parent
f90810223a
commit
e873135da7
1 changed files with 0 additions and 2 deletions
|
@ -668,8 +668,6 @@ namespace MWInput
|
|||
//If no quicksave works create a new slot with Signature
|
||||
if(slot == NULL) {
|
||||
slot = mCurrentCharacter->createSlot(mCurrentCharacter->getSignature());
|
||||
if(slot==NULL)
|
||||
std::cout << "Couldn't work out" << std::endl;
|
||||
}
|
||||
//MWBase::Environment::get().getWindowManager()->messageBox("#{sQuick_save}"); //No message on quicksave?
|
||||
MWBase::Environment::get().getStateManager()->saveGame("Quicksave", slot);
|
||||
|
|
Loading…
Reference in a new issue