From cc219ccf314c2246c66a7549527f12ee92a745b0 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Sat, 30 Jan 2021 21:47:59 +0000 Subject: [PATCH] Update engine tag to playtest-20210131. --- mod.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod.config b/mod.config index 5580974..ae81206 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="playtest-20201213" +ENGINE_VERSION="playtest-20210131" # .dll filenames compiled by the mod solution for use by the runtime assembly check WHITELISTED_MOD_ASSEMBLIES="OpenRA.Mods.Example.dll"