Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-11-15 04:20:04 +01:00
Fix a small error in CONTRIBUTING.md (#3403)
Dieser Commit ist enthalten in:
Ursprung
614a664bd3
Commit
f6ed326dc1
@ -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
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren