From c19e4239225b50b095d490aaaf1701158a8783c3 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Sun, 27 Aug 2017 13:08:49 +0100 Subject: [PATCH] Update engine to latest playtest. --- mod.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod.config b/mod.config index 9f1e423eb..15679e925 100644 --- a/mod.config +++ b/mod.config @@ -9,7 +9,7 @@ MOD_ID="example" # The OpenRA engine version to use for this project. -ENGINE_VERSION="1b0ae1e" +ENGINE_VERSION="playtest-20170827" # Enable this to make the default OpenRA mods available for use in your mod.yaml # Packages list (via $mod references). Accepts values "True" or "False".