Added permissions and configuration support.
This commit is contained in:
@@ -36,6 +36,6 @@ public class WorldEditAPI {
|
||||
* @return
|
||||
*/
|
||||
public LocalSession getSession(Player player) {
|
||||
return plugin.controller.getSession(new BukkitPlayer(plugin.server, player));
|
||||
return plugin.controller.getSession(new BukkitPlayer(plugin, plugin.server, player));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user