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:
parent
287ac9cf16
commit
831a6a2a37
@ -57,7 +57,7 @@ public class ScriptPluginHelper
|
||||
});
|
||||
}
|
||||
|
||||
public void RequestNotify(int delayMs, Delegate callback)
|
||||
public void RequestNotifyAfterDelay(int delayMs, Delegate callback)
|
||||
{
|
||||
Task.Run(async () =>
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user