mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 19:19:56 +00:00
[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