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
12
OS.lua
12
OS.lua
@ -1137,13 +1137,11 @@ end
|
||||
|
||||
MineOSCore.localization = MineOSCore.getLocalization(MineOSPaths.localizationFiles)
|
||||
|
||||
if not MineOSCore.time then
|
||||
local name = MineOSPaths.system .. "/Timestamp.tmp"
|
||||
local file = io.open(name, "w")
|
||||
file:close()
|
||||
realTimestamp = math.floor(fs.lastModified(name) / 1000)
|
||||
fs.remove(name)
|
||||
end
|
||||
local name = MineOSPaths.system .. "/Timestamp.tmp"
|
||||
local file = io.open(name, "w")
|
||||
file:close()
|
||||
realTimestamp = math.floor(fs.lastModified(name) / 1000)
|
||||
fs.remove(name)
|
||||
|
||||
createOSWindow()
|
||||
login()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user