1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-08 06:08:20 -05:00

update script helper method name

This commit is contained in:
RaidMax 2023-04-05 22:27:48 -05:00
parent 287ac9cf16
commit 831a6a2a37

View File

@ -57,7 +57,7 @@ public class ScriptPluginHelper
}); });
} }
public void RequestNotify(int delayMs, Delegate callback) public void RequestNotifyAfterDelay(int delayMs, Delegate callback)
{ {
Task.Run(async () => Task.Run(async () =>
{ {