Fixes typos
This commit is contained in:
@ -27,7 +27,7 @@ public class StargateActivateEvent extends StargatePlayerEvent {
|
||||
* @param destination <p>The chosen destination to activate</p>
|
||||
*/
|
||||
public StargateActivateEvent(Portal portal, Player player, List<String> destinations, String destination) {
|
||||
super("StargatActivateEvent", portal, player);
|
||||
super("StargateActivateEvent", portal, player);
|
||||
|
||||
this.destinations = destinations;
|
||||
this.destination = destination;
|
||||
|
@ -19,7 +19,7 @@ public class StargateDeactivateEvent extends StargateEvent {
|
||||
* @param portal <p>The portal which was deactivated</p>
|
||||
*/
|
||||
public StargateDeactivateEvent(Portal portal) {
|
||||
super("StargatDeactivateEvent", portal);
|
||||
super("StargateDeactivateEvent", portal);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user