From 36f74586cc61f5899c16b6f84a04be37688cc719 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 18 May 2008 23:20:08 +0000 Subject: TaskManager bugfixes. --- sources/protocols/VSProtocol.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sources/protocols/VSProtocol.java') diff --git a/sources/protocols/VSProtocol.java b/sources/protocols/VSProtocol.java index 6888d95..9ff1512 100644 --- a/sources/protocols/VSProtocol.java +++ b/sources/protocols/VSProtocol.java @@ -53,11 +53,13 @@ abstract public class VSProtocol extends VSEvent { public void reset() { if (isServer) { currentContextIsServer = true; + isServer = false; onServerReset(); } if (isClient) { currentContextIsServer = false; + isClient = false; onClientReset(); } } -- cgit v1.2.3