mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-03-05 02:47:33 +00:00
remove unnecessary variable
This commit is contained in:
parent
ed40267b9d
commit
df3c06690c
@ -63,7 +63,6 @@ public class DemoCutter {
|
||||
boolean endIsReached = false;
|
||||
boolean finalInjectionDone = false;
|
||||
boolean disconnectIssued = false;
|
||||
int svcLoops = 0;
|
||||
float firstSvcTime = -1;
|
||||
float lastSvcTime = -1;
|
||||
|
||||
@ -125,7 +124,6 @@ public class DemoCutter {
|
||||
disconnectIssued = true;
|
||||
}
|
||||
}
|
||||
svcLoops++;
|
||||
}
|
||||
|
||||
byte[] injectBufferAsBytes = null;
|
||||
|
Loading…
Reference in New Issue
Block a user