1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-02-03 21:37:28 +01:00

Fix a small error in CONTRIBUTING.md ()

This commit is contained in:
syeyoung 2020-05-19 23:07:34 -04:00
parent e14f7e171f
commit 55bb1a6519

View file

@ -117,7 +117,7 @@ All modifications to non-Paper files should be marked
- For example:
````java
entity.getWorld().dontbeStupid(); // Paper - was beStupid() which is bad
entity.getFriends().forEach(Entity::explode());
entity.getFriends().forEach(Entity::explode);
entity.a();
entity.b();
// Paper start - use plugin-set spawn