Custom SW patch + SWci
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Dieser Commit ist enthalten in:
Lixfel 2022-08-04 16:51:53 +02:00
Ursprung 38725c7fde
Commit ae9d05375e
2 geänderte Dateien mit 30 neuen und 0 gelöschten Zeilen

Datei anzeigen

@ -0,0 +1,22 @@
From e70099f3a298fbabe8ae18768622a377d522fbff Mon Sep 17 00:00:00 2001
From: Lixfel <agga-games@gmx.de>
Date: Thu, 4 Aug 2022 16:49:29 +0200
Subject: [PATCH] Fix override
diff --git a/protocol/src/main/java/net/md_5/bungee/protocol/ChatChain.java b/protocol/src/main/java/net/md_5/bungee/protocol/ChatChain.java
index 7cc79e4f..2abee937 100644
--- a/protocol/src/main/java/net/md_5/bungee/protocol/ChatChain.java
+++ b/protocol/src/main/java/net/md_5/bungee/protocol/ChatChain.java
@@ -43,7 +43,7 @@ public class ChatChain extends DefinedPacket
}
@Override
- public void write(ByteBuf buf, ProtocolConstants.Direction direction, int protocolVersion)
+ public void write(ByteBuf buf)
{
writeLinks( seen, buf );
if ( received != null )
--
2.37.1

8
steamwarci.yml Normale Datei
Datei anzeigen

@ -0,0 +1,8 @@
build:
- "./waterfall b"
artifacts:
"/binarys/waterfall.jar": "Waterfall-Proxy/bootstrap/target/Waterfall.jar"
release:
- "mvn deploy:deploy-file -DgroupId=de.steamwar -DartifactId=waterfall -Dversion=RELEASE -Dpackaging=jar -Dfile=Waterfall-Proxy/bootstrap/target/Waterfall.jar -Durl=file:///var/www/html/maven/"