3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-11-14 20:10:05 +01:00

Fix a small error in CONTRIBUTING.md (#3403)

Dieser Commit ist enthalten in:
syeyoung 2020-05-19 23:07:34 -04:00 committet von GitHub
Ursprung 614a664bd3
Commit f6ed326dc1
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -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