1
0
Fork 1
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:
Koncord 2018-07-03 03:43:38 +08:00
parent c5c1a160b2
commit 53346e2663

View file

@ -334,6 +334,7 @@ namespace MWMechanics
return effectIt->mDuration;
}
}
return 0.f;
}
/*
End of tes3mp addition