From fa1a44ab5dd08aa0ae7bdbb3c37f7ba4c1fcb41b Mon Sep 17 00:00:00 2001 From: md_5 Date: Sat, 19 Nov 2016 16:05:22 +1100 Subject: [PATCH] Change style of PAIL comments in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7733f84277..001868a7a0 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,6 @@ Once you have performed these steps you can create a fork, push your code change If you submit a PR involving both Bukkit and CraftBukkit, it's appreciated if each PR links the other. Additionally, every reference to an obfuscated field/method in NMS should be marked with `// PAIL: Rename` and optionally a suggested name, to make mapping creation easier. E.g.: ``` - entity.k.get(i).f(); // PAIL Rename pathfinders, navigateToHome + entity.k.get(i).f(); // PAIL pathfinders, navigateToHome ``` Also, make sure to include `// Craftbukkit` comments to indicate modified NMS sources.