Compare commits

..

No commits in common. "master" and "1.0.0.15" have entirely different histories.

2 changed files with 2 additions and 7 deletions

View File

@ -1,6 +1 @@
#include "script_component.hpp" #include "script_component.hpp"
addMissionEventHandler ["Ended", {
"ArmaDragonflyClient" callExtension ["savedb", []];
INFO("Mission ended - forced save with backup");
}];

View File

@ -1,4 +1,4 @@
#define MAJOR 1 #define MAJOR 1
#define MINOR 0 #define MINOR 0
#define PATCH 0 #define PATCH 0
#define BUILD 16 #define BUILD 15