Fix typo
fix http module for bukkit.
This commit is contained in:
parent
e1e78587f4
commit
ebd42ed347
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ function paramsToString( params ) {
|
|||
}
|
||||
function invokeNow( fn ){
|
||||
if (__plugin.bukkit){
|
||||
server.schedule.runTask( __plugin, fn);
|
||||
server.scheduler.runTask( __plugin, fn);
|
||||
return;
|
||||
}
|
||||
if (__plugin.canary){
|
||||
|
|
Reference in a new issue