temporary enchant timers

This commit is contained in:
2025-01-27 13:02:50 -06:00
parent bb1a99912c
commit f2d9eb003c
+8
View File
@@ -326,6 +326,10 @@ public class Effect {
writer.putString(item.getName());
writer.putFloat(-1000f);
} else {
if(true){
serializeForClientMsg(writer);
return;
}
float duration = this.jc.timeToExecutionLeft() / 1000;
writer.putInt(this.eb.getToken());
writer.putInt(aej.getTrains());
@@ -338,6 +342,10 @@ public class Effect {
}
public void serializeForClientMsg(ByteBufferWriter writer) {
if(true){
serializeForLoad(writer);
return;
}
AbstractJob aj = this.jc.getJob();
if (aj == null || (!(aj instanceof AbstractEffectJob))) {
//TODO put error message here