Mirror von
https://github.com/ViaVersion/ViaBackwards.git
synchronisiert 2024-11-20 06:50:10 +01:00
Back to snapshot
Dieser Commit ist enthalten in:
Ursprung
92def58b81
Commit
4e04aac322
2
pom.xml
2
pom.xml
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
<groupId>nl.matsv</groupId>
|
<groupId>nl.matsv</groupId>
|
||||||
<artifactId>viabackwards</artifactId>
|
<artifactId>viabackwards</artifactId>
|
||||||
<version>1.0</version>
|
<version>1.1-SNAPSHOT</version>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
|
@ -24,6 +24,8 @@ public abstract class Rewriter<T extends BackwardsProtocol> {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Register everything
|
* Register everything
|
||||||
|
*
|
||||||
|
* @param protocol Protocol instance
|
||||||
*/
|
*/
|
||||||
public void register(T protocol) {
|
public void register(T protocol) {
|
||||||
registerPackets(protocol);
|
registerPackets(protocol);
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren