mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-10 14:26:45 +00:00
fix typo
This commit is contained in:
parent
e8033f3291
commit
f3ae97c060
@ -3,9 +3,9 @@ package net.simon987.server.assembly.instruction;
|
||||
/**
|
||||
* alias of SetccInstruction
|
||||
*/
|
||||
public class SetglInstruction extends SetccInstruction {
|
||||
public class SetgInstruction extends SetccInstruction {
|
||||
|
||||
public SetglInstruction() {
|
||||
super("setgl");
|
||||
public SetgInstruction() {
|
||||
super("setg");
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user