mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-20 02:59:20 +01:00
pizdos
This commit is contained in:
parent
2ea3405011
commit
72cf77e428
2
OS.lua
2
OS.lua
@ -1137,13 +1137,11 @@ end
|
|||||||
|
|
||||||
MineOSCore.localization = MineOSCore.getLocalization(MineOSPaths.localizationFiles)
|
MineOSCore.localization = MineOSCore.getLocalization(MineOSPaths.localizationFiles)
|
||||||
|
|
||||||
if not MineOSCore.time then
|
|
||||||
local name = MineOSPaths.system .. "/Timestamp.tmp"
|
local name = MineOSPaths.system .. "/Timestamp.tmp"
|
||||||
local file = io.open(name, "w")
|
local file = io.open(name, "w")
|
||||||
file:close()
|
file:close()
|
||||||
realTimestamp = math.floor(fs.lastModified(name) / 1000)
|
realTimestamp = math.floor(fs.lastModified(name) / 1000)
|
||||||
fs.remove(name)
|
fs.remove(name)
|
||||||
end
|
|
||||||
|
|
||||||
createOSWindow()
|
createOSWindow()
|
||||||
login()
|
login()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user