Turn PlayerAbsorb back on by default

Changing this default has confused too many people, so let's put it back. Now this information is technically duplicated, but avoiding confusion is more important.
This commit is contained in:
Parnic
2016-10-15 20:27:03 -05:00
parent bda8da8b9a
commit 103e8b4eee

View File

@ -13,7 +13,7 @@ function PlayerAbsorb.prototype:GetDefaultSettings()
settings["side"] = IceCore.Side.Left
settings["offset"] = 3
settings["enabled"] = false
settings["enabled"] = true
return settings
end