Fix /camp rest timer exploit

This commit is contained in:
Michael Cook (mackal)
2018-07-14 17:41:42 -04:00
parent d0956194af
commit 37ff8c830d
6 changed files with 27 additions and 47 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ public:
void Disable();
void Start(uint32 set_timer_time=0, bool ChangeResetTimer = true);
void SetTimer(uint32 set_timer_time=0);
uint32 GetRemainingTime();
uint32 GetRemainingTime() const;
inline const uint32& GetTimerTime() { return timer_time; }
inline const uint32& GetSetAtTrigger() { return set_at_trigger; }
void Trigger();