Remove now invalid packageName from prayer plugin

This commit is contained in:
Gary Tierney
2018-03-31 21:57:28 +01:00
parent 1c0b1d827f
commit 28c85d1ecc
+4 -5
View File
@@ -1,12 +1,11 @@
plugin { plugin {
name = "prayer_skill" name = "prayer_skill"
packageName = "org.apollo.game.plugin.skills.prayer"
authors = [ authors = [
"Major", "Major",
"010253", "010253",
"tlf30" "tlf30"
] ]
dependencies = [ dependencies = [
"util:lookup", "api" "util:lookup", "api"
] ]
} }