You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/src/main/java/com/ibasco/agql/examples/SourceRconExample.java
+15-11Lines changed: 15 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -86,22 +86,20 @@ public class SourceRconExample extends BaseExample {
86
86
87
87
privateInetSocketAddressserverAddress;
88
88
89
-
privateSourceRconOptionsoptions;
90
-
91
89
/** {@inheritDoc} */
92
90
@Override
93
91
publicvoidrun(String[] args) throwsException {
94
92
BooleanuserTerminatorPackets = promptInputBool("Enable terminator packets? (Y for 'source based servers', N for non-source based servers)", true, "true", "sourceUseTerminatorPackets");
0 commit comments