mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
Work on Z2EnvSeMgr (#2059)
This commit is contained in:
@@ -257,7 +257,7 @@ public:
|
||||
}
|
||||
|
||||
void updateLifeTime(u32 param_0) {
|
||||
if (lifeTime < param_0) {
|
||||
if (param_0 > lifeTime) {
|
||||
lifeTime = param_0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user