Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
218ffa4fbb | ||
![]() |
dc72f88327 |
@ -1 +1,6 @@
|
|||||||
#include "script_component.hpp"
|
#include "script_component.hpp"
|
||||||
|
|
||||||
|
addMissionEventHandler ["Ended", {
|
||||||
|
"ArmaDragonflyClient" callExtension ["savedb", []];
|
||||||
|
INFO("Mission ended - forced save with backup");
|
||||||
|
}];
|
@ -1,4 +1,4 @@
|
|||||||
#define MAJOR 1
|
#define MAJOR 1
|
||||||
#define MINOR 0
|
#define MINOR 0
|
||||||
#define PATCH 0
|
#define PATCH 0
|
||||||
#define BUILD 15
|
#define BUILD 16
|
||||||
|
Loading…
x
Reference in New Issue
Block a user