aboutsummaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorstonar96 <[email protected]>2020-05-20 05:08:37 +0200
committerGitHub <[email protected]>2020-05-19 23:08:37 -0400
commiteb5a3058ddc002c4ddabaf6884df770b6fab21d3 (patch)
tree9a568a06c355efd7db6a90bb267bf59df7abd1c0 /CONTRIBUTING.md
parentf6ed326dc1bd462af63ab8bda06a937aaa404927 (diff)
downloadPaper-eb5a3058ddc002c4ddabaf6884df770b6fab21d3.tar.gz
Paper-eb5a3058ddc002c4ddabaf6884df770b6fab21d3.zip
Fix path in CONTRIBUTING.md (#3406)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ef3afd3c56..d37334fd21 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -36,7 +36,7 @@ just need to add it to our import script to be ran during the patch process.
1. Save (rebuild) any patches you are in the middle of working on!
2. Identify the names of the files you want to import.
- - A complete list of all possible file names can be found at ```./work/Minecraft/$MCVER/net/minecraft/server```
+ - A complete list of all possible file names can be found at ```./work/Minecraft/$MCVER/spigot/net/minecraft/server```
3. Open the file at `./scripts/importmcdev.sh` and add the name of your file to the script.
4. Re-patch the server `./paper patch`
5. Edit away!