Skip to content

Commit

Permalink
Added Purpur
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas2kdk authored Aug 21, 2023
1 parent cf92358 commit 99b7ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vanilla_old/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ task server(type: Copy) {
delete fileTree(dir: '/.' , include: 'server.jar')
}
from configurations.compileClasspath
include 'Paper-*', 'Flamecord-*'
include 'Paper-*', 'Flamecord-*', 'Purpur-*'
rename '.*-(.+)', 'server.jar'
into "."
}
Expand Down

0 comments on commit 99b7ae3

Please sign in to comment.