summaryrefslogtreecommitdiff
path: root/sources/protocols/implementations/PingPongProtocol.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/protocols/implementations/PingPongProtocol.java')
-rw-r--r--sources/protocols/implementations/PingPongProtocol.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/protocols/implementations/PingPongProtocol.java b/sources/protocols/implementations/PingPongProtocol.java
index 13a7b32..d8d2013 100644
--- a/sources/protocols/implementations/PingPongProtocol.java
+++ b/sources/protocols/implementations/PingPongProtocol.java
@@ -24,6 +24,7 @@ public class PingPongProtocol extends VSAbstractProtocol {
* Instantiates a new ping pong protocol.
*/
public PingPongProtocol() {
+ super(VSAbstractProtocol.HAS_ON_CLIENT_START);
setClassname(getClass().toString());
}