From cd2a71ae9231a0c1ee1bbed4e378f3a206442119 Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Sat, 15 Oct 2016 17:13:30 +0200 Subject: [PATCH] missing } --- JustCause2/config.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/JustCause2/config.lua b/JustCause2/config.lua index f803a49..1b17103 100644 --- a/JustCause2/config.lua +++ b/JustCause2/config.lua @@ -177,3 +177,4 @@ World = -- The default weather severity at world creation. -- Default value: 0 WeatherSeverity = 0 +}