Fugaz1

Results 1 comments of Fugaz1

@IngeniousDox I understand your fix is: ``` local remaining = GetPetTimeRemaining() if remaining then if remaining > 600000 then remaining = 600000 end model.expiration = GetTime() + remaining / 1000...