tiny cleanup

This commit is contained in:
Jill 2022-09-27 18:21:55 +03:00
parent 4e8ba20562
commit 208321b864
2 changed files with 0 additions and 2 deletions

View File

@ -722,7 +722,6 @@
local success, result = pcall(function()
require('main')
require('stdlib.util')
end)
if success then

View File

@ -4,7 +4,6 @@ return function()
function uranium.ready()
oldAutoplay = PREFSMAN:GetPreference('AutoPlay')
PREFSMAN:SetPreference('AutoPlay', 0)
print('hi?? da hell??')
end
function uranium.exit()