Compare commits

..

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

View File

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