From 23055ca47090021dbf84d05d5e14c8990479bfe1 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 27 May 2008 20:13:54 +0000 Subject: onServerStart vs onClientStart works. --- sources/protocols/implementations/PingPongProtocol.java | 1 + 1 file changed, 1 insertion(+) (limited to 'sources/protocols/implementations/PingPongProtocol.java') 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()); } -- cgit v1.2.3