mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-19 12:17:17 -04:00
Merge pull request #740 from Vexatos/patch-16
Added incredibly important text to oppm.lua
This commit is contained in:
commit
b1bc3506af
@ -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