forked from teamnwah/openmw-tes3coop
[Client] Return 0 if effect not found
This commit is contained in:
parent
c5c1a160b2
commit
53346e2663
1 changed files with 1 additions and 0 deletions
|
@ -334,6 +334,7 @@ namespace MWMechanics
|
|||
return effectIt->mDuration;
|
||||
}
|
||||
}
|
||||
return 0.f;
|
||||
}
|
||||
/*
|
||||
End of tes3mp addition
|
||||
|
|
Loading…
Reference in a new issue