mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 20:07:41 +01:00
Fix a small error in CONTRIBUTING.md (#3403)
This commit is contained in:
parent
e14f7e171f
commit
55bb1a6519
@ -117,7 +117,7 @@ All modifications to non-Paper files should be marked
|
|||||||
- For example:
|
- For example:
|
||||||
````java
|
````java
|
||||||
entity.getWorld().dontbeStupid(); // Paper - was beStupid() which is bad
|
entity.getWorld().dontbeStupid(); // Paper - was beStupid() which is bad
|
||||||
entity.getFriends().forEach(Entity::explode());
|
entity.getFriends().forEach(Entity::explode);
|
||||||
entity.a();
|
entity.a();
|
||||||
entity.b();
|
entity.b();
|
||||||
// Paper start - use plugin-set spawn
|
// Paper start - use plugin-set spawn
|
||||||
|
Loading…
Reference in New Issue
Block a user