summaryrefslogtreecommitdiff
path: root/src/YalpServer/InitServer.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/YalpServer/InitServer.java')
-rwxr-xr-xsrc/YalpServer/InitServer.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/YalpServer/InitServer.java b/src/YalpServer/InitServer.java
index 3e77ea5..8ad17cf 100755
--- a/src/YalpServer/InitServer.java
+++ b/src/YalpServer/InitServer.java
@@ -54,6 +54,7 @@ public class InitServer {
private static ServerSettings settings = new ServerSettings();
public static InputPluginHandler inputHandler = new InputPluginHandler();
+ public static OutputPluginHandler outputHandler = new OutputPluginHandler();
private ServerControlImpl srvCon;
private ServerControlInterface srv;