mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -04:00
[Client] Return 0 if effect not found
This commit is contained in:
parent
c5c1a160b2
commit
53346e2663
@ -334,6 +334,7 @@ namespace MWMechanics
|
|||||||
return effectIt->mDuration;
|
return effectIt->mDuration;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
return 0.f;
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
End of tes3mp addition
|
End of tes3mp addition
|
||||||
|
Loading…
x
Reference in New Issue
Block a user