diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-29 14:02:31 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-29 14:02:31 +0000 |
| commit | 8ba56ddde5864b319557ad9599843423e262cbd9 (patch) | |
| tree | e6f3fa1536ab56cc8183a4dc78457f85d343f628 /sources/protocols/implementations/VSBroadcastSturmProtocol.java | |
| parent | b8f2687296ad47626412e2a54f4916f7fabc4d6d (diff) | |
small bugfix.
Diffstat (limited to 'sources/protocols/implementations/VSBroadcastSturmProtocol.java')
| -rw-r--r-- | sources/protocols/implementations/VSBroadcastSturmProtocol.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/protocols/implementations/VSBroadcastSturmProtocol.java b/sources/protocols/implementations/VSBroadcastSturmProtocol.java index 07d4130..a0fa821 100644 --- a/sources/protocols/implementations/VSBroadcastSturmProtocol.java +++ b/sources/protocols/implementations/VSBroadcastSturmProtocol.java @@ -57,6 +57,7 @@ public class VSBroadcastSturmProtocol extends VSAbstractProtocol { * @see protocols.VSAbstractProtocol#onClientRecv(core.VSMessage) */ public void onClientRecv(VSMessage recvMessage) { + onServerRecv(recvMessage); } /* (non-Javadoc) |
