mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 20:53:50 +00:00
fixed bug resposnsible for exception throwed.
This commit is contained in:
parent
cb0d3794f7
commit
17cc6a695c
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ void CSMTools::ReferenceableCheckStage::perform(int stage, std::vector< std::str
|
|||
|
||||
stage -= activatorSize;
|
||||
|
||||
const int potionSize(mReferencables.getActivators().getSize());
|
||||
const int potionSize(mReferencables.getPotions().getSize());
|
||||
|
||||
if (stage < potionSize)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue