mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-09-01 10:07:56 +00:00
Fix incorrect disk drive method name
The previous comment was wrong, and I never double checked. Closes #472.
This commit is contained in:
@@ -104,7 +104,7 @@ public class DiskDrivePeripheral implements IPeripheral
|
||||
}
|
||||
|
||||
@LuaFunction
|
||||
public final void eject()
|
||||
public final void ejectDisk()
|
||||
{
|
||||
diskDrive.ejectDisk();
|
||||
}
|
||||
|
Reference in New Issue
Block a user