Compare commits

..

No commits in common. "3789b2b3a28851ed13bb4d6fb96c407b111eb612" and "39d1b9530716305af475241947ce1a2313542f3f" have entirely different histories.

View File

@ -78,13 +78,7 @@ do
["aquatic_override"]=false,
["is_cat"]=true
}
local function armor_refresh_callback()
if player:isLoaded() then pmRefresh() end
end
local callbacks={
["armor_enabled"]=armor_refresh_callback
}
sharedconfig.load_defaults(defaults, callbacks)
sharedconfig.load_defaults(defaults)
end
local function printSettings()
@ -835,8 +829,7 @@ do
end
set_gay_idiot_nearby(nearby_ticks>=5*20)
else
set_gay_idiot_nearby(false)
end
end
end