forked from 2009Scape/Server
make runServer import the correct plugin folder
This commit is contained in:
parent
dda1838060
commit
ea9b399d93
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
rm -rf org
|
||||
cp -r ../CompiledServer/production/09Scape/org .
|
||||
rm -rf plugin/
|
||||
cp -r ../CompiledServer/production/09Scape/org/crandor/plugin .
|
||||
cp -r ../CompiledServer/production/09Scape/plugin/ .
|
||||
java -server -cp ".:./bin;.:./data/libs/*" org.crandor.Server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue