probably should be 2.0 because of "backwards incompatible changes" to config file but since there's not a "public API", whatever lol
This commit is contained in:
parent
1b56ace191
commit
cee3d2cb7b
|
@ -6,6 +6,6 @@ this.modConfig = this.modName:gsub("%s", "")
|
||||||
this.modInfo = "Stop friendly fire. Player companions can't damage the player, the player " ..
|
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."
|
"can't damage companions, and companions can't damage each other. That's it."
|
||||||
this.author = "Celediel"
|
this.author = "Celediel"
|
||||||
this.version = "1.3.0"
|
this.version = "1.4.0"
|
||||||
|
|
||||||
return this
|
return this
|
||||||
|
|
Loading…
Reference in a new issue