A relict of Ares is that the Zeus modules have the attribute isGlobal set to 2. This means persistent execution on all clients. I'm pretty sure it should be 1 (global, but not persistent) instead. Persistent makes no sense. Also module_header.hpp has to be adjusted accordingly.
A relict of Ares is that the Zeus modules have the attribute
isGlobal
set to 2. This means persistent execution on all clients. I'm pretty sure it should be 1 (global, but not persistent) instead. Persistent makes no sense. Alsomodule_header.hpp
has to be adjusted accordingly.