Skip to content
This repository was archived by the owner on Nov 5, 2019. It is now read-only.

Improve parameters for gate edit#1

Open
TheComputerGeek2 wants to merge 1 commit into
MassiveCraft:masterfrom
TheComputerGeek2:gateedit
Open

Improve parameters for gate edit#1
TheComputerGeek2 wants to merge 1 commit into
MassiveCraft:masterfrom
TheComputerGeek2:gateedit

Conversation

@TheComputerGeek2

Copy link
Copy Markdown
Member

This should enhance tab completion for /g edit that arguments.

else if (edit == GateEdit.DELETE)
{
gate.delContent(thatCoord);
gate.delFrame(thatCoord);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the else statement below can be removed, right?

@@ -0,0 +1,15 @@
package com.massivecraft.massivegates;

public enum GateEdit

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GateAlter, GateModification, GateChange

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants