Rename Plugins/Mineplex.Core/src/mineplex/core/portal/Commands/SendCommand.java to Plugins/Mineplex.Core/src/mineplex/core/portal/commands/SendCommand.java

This commit is contained in:
Alexander Meech 2018-04-12 03:57:48 -04:00 committed by GitHub
parent 188d927727
commit be126ec570
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,4 +57,4 @@ public class SendCommand extends CommandBase<Portal>
return;
}
}
}
}