Ебучие сеттингсы

This commit is contained in:
Igor Timofeev
2017-09-25 20:37:23 +03:00
parent efe1cf472b
commit d41acecf66
3 changed files with 5 additions and 5 deletions

View File

@@ -359,7 +359,7 @@ function MineOSNetwork.enable()
if not MineOSCore.properties.network.users[eventData[3]] then
MineOSCore.properties.network.users[eventData[3]] = {}
MineOSCore.saveOSSettings()
MineOSCore.saveProperties()
end
computer.pushSignal("MineOSNetwork", "updateProxyList")
@@ -385,7 +385,7 @@ if not MineOSCore.properties.network then
enabled = true,
signalStrength = 512,
}
MineOSCore.saveOSSettings()
MineOSCore.saveProperties()
end
MineOSNetwork.updateModemState()