mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-04-09 04:06:41 +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:
parent
b9ff9b7f90
commit
190ed4fd20
@ -104,7 +104,7 @@ public class DiskDrivePeripheral implements IPeripheral
|
||||
}
|
||||
|
||||
@LuaFunction
|
||||
public final void eject()
|
||||
public final void ejectDisk()
|
||||
{
|
||||
diskDrive.ejectDisk();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user