mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-09 23:00:57 -05:00
update script helper method name
This commit is contained in:
@ -57,7 +57,7 @@ public class ScriptPluginHelper
|
||||
});
|
||||
}
|
||||
|
||||
public void RequestNotify(int delayMs, Delegate callback)
|
||||
public void RequestNotifyAfterDelay(int delayMs, Delegate callback)
|
||||
{
|
||||
Task.Run(async () =>
|
||||
{
|
||||
|
Reference in New Issue
Block a user