mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-19 18:46:43 +00:00
Fixed " switch without "default" clause." issue
This commit is contained in:
parent
ed85b0a06e
commit
10bc489f59
@ -89,6 +89,8 @@ public abstract class GameObject implements JSONSerializable, MongoSerializable
|
||||
case WEST:
|
||||
setX(nextWorld.getWorldSize() - 1);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user