From 4bdc6a394669a9395d15f094a5ad2f0a6b77bb41 Mon Sep 17 00:00:00 2001 From: Anton Tarasenko Date: Thu, 21 Jul 2022 03:52:27 +0700 Subject: [PATCH] Change to adapt to AcediaCore's TimeAPI changes --- sources/FixDoshSpam/FixDoshSpam_Feature.uc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/FixDoshSpam/FixDoshSpam_Feature.uc b/sources/FixDoshSpam/FixDoshSpam_Feature.uc index 782e804..f6ffc3b 100644 --- a/sources/FixDoshSpam/FixDoshSpam_Feature.uc +++ b/sources/FixDoshSpam/FixDoshSpam_Feature.uc @@ -94,7 +94,7 @@ var private array wads; // Generates "reset" events when `wads` array is getting cleaned from // destroyed/picked up dosh and players' contributions are reduced. -var private RealTimer checkTimer; +var private Timer checkTimer; protected function OnEnabled() {