From 0039f188b28be400d316cb305e71336622675c5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lilian=20J=C3=B3nsd=C3=B3ttir?= Date: Tue, 27 Oct 2020 21:57:34 -0700 Subject: [PATCH] I guess that's a version bump although I probably won't even bother uploading this verson to the nexus --- MWSE/mods/celediel/NoMoreFriendlyFire/common.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MWSE/mods/celediel/NoMoreFriendlyFire/common.lua b/MWSE/mods/celediel/NoMoreFriendlyFire/common.lua index 29d3758..c718d4a 100644 --- a/MWSE/mods/celediel/NoMoreFriendlyFire/common.lua +++ b/MWSE/mods/celediel/NoMoreFriendlyFire/common.lua @@ -6,7 +6,7 @@ this.modConfig = this.modName:gsub("%s", "") this.modInfo = "Stop friendly fire. Player companions can't damage the player, the player " .. "can't damage companions, and companions can't damage each other. That's it." this.author = "Celediel" -this.version = "1.5.0" +this.version = "1.5.1" -- debug this.logLevels = {no = 0, small = 1, big = 2}