Skip to content

Commit b422110

Browse files
Merge pull request #415 from jwulf/patch-3
Remove zero-width space char
2 parents db9b349 + 84e5bf0 commit b422110

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎src/main/js/modules/http/request.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function invokeNow(fn) {
8080
}
8181
function invokeLater(fn) {
8282
if (__plugin.bukkit) {
83-
server.scheduler['runTaskAsynchronously(org.bukkit.plugin.Plugin, java.lang.Runnable)'](__plugin, fn);
83+
server.scheduler['runTaskAsynchronously(org.bukkit.plugin.Plugin, java.lang.Runnable)'](__plugin, fn);
8484
return;
8585
}
8686
if (__plugin.canary) {

0 commit comments

Comments
 (0)