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:
Lilian Jónsdóttir 2020-09-10 22:19:15 -07:00
parent 1b56ace191
commit cee3d2cb7b

View file

@ -6,6 +6,6 @@ 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.3.0"
this.version = "1.4.0"
return this