ArmaAchilles / Achilles

Achilles is a gameplay modification for Arma 3. It expands the Zeus real-time editor with many new additions as well as provides bug fixes.
Other
75 stars 54 forks source link

Module code is executed persistently #332

Open Kexanone opened 6 years ago

Kexanone commented 6 years ago

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.

CreepPork commented 5 years ago

@oOKexOo Isn't this related to #417?