mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-21 23:46:54 +00:00
swapped core and bukkit
This commit is contained in:
@ -2,7 +2,7 @@ rootProject.name = "FastAsyncWorldEdit"
|
||||
|
||||
include("worldedit-libs")
|
||||
|
||||
listOf("core", "bukkit").forEach {
|
||||
listOf("bukkit", "core").forEach {
|
||||
include("worldedit-libs:$it")
|
||||
include("worldedit-$it")
|
||||
}
|
||||
|
Reference in New Issue
Block a user