fixed typo - forg -> org
This commit is contained in:
parent
66abbfc142
commit
89b2dca496
2 changed files with 1 additions and 3 deletions
|
@ -231,7 +231,6 @@ The refresh() function will ...
|
|||
See [issue #69][issue69] for more information.
|
||||
|
||||
[issue69]: https://github.com/walterhiggins/ScriptCraft/issues/69
|
||||
|
||||
Drone.spiral_stairs() method
|
||||
============================
|
||||
Constructs a spiral staircase with slabs at each corner.
|
||||
|
|
|
@ -665,11 +665,10 @@ The refresh() function will ...
|
|||
See [issue #69][issue69] for more information.
|
||||
|
||||
[issue69]: https://github.com/walterhiggins/ScriptCraft/issues/69
|
||||
|
||||
***/
|
||||
global.refresh = function(){
|
||||
__plugin.pluginLoader.disablePlugin(__plugin);
|
||||
forg.bukkit.event.HandlerList["unregisterAll(org.bukkit.plugin.Plugin)"](__plugin);
|
||||
org.bukkit.event.HandlerList["unregisterAll(org.bukkit.plugin.Plugin)"](__plugin);
|
||||
__plugin.pluginLoader.enablePlugin(__plugin);
|
||||
};
|
||||
|
||||
|
|
Reference in a new issue