mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-14 17:56:34 -04:00
Added incredibly important text to oppm.lua
This commit is contained in:
parent
3ca6bc28f6
commit
af13d5dc8b
@ -552,7 +552,7 @@ if not result then
|
||||
error(reason, 0)
|
||||
end
|
||||
|
||||
print("All done! Reboot now? [Y/n]")
|
||||
print("All done! Please remove the Floppy Disk used for installation! Reboot now? [Y/n]")
|
||||
local result = io.read()
|
||||
if not result or result == "" or result:sub(1, 1):lower() == "y" then
|
||||
print("\nRebooting now!")
|
||||
|
Loading…
x
Reference in New Issue
Block a user