Merge pull request #40 from Nesaak/master

Fix minor typo in InstanceContainer
This commit is contained in:
TheMode 2020-08-30 22:10:21 +02:00 committed by GitHub
commit 156a64ec8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,7 @@ public class InstanceContainer extends Instance {
* @param uniqueId the unique id of the instance
* @param dimensionType the dimension type of the instance
* @param storageFolder the {@link StorageFolder} of the instance,
* can be null if you do not wish to save the instance latter on
* can be null if you do not wish to save the instance later on
*/
public InstanceContainer(UUID uniqueId, DimensionType dimensionType, StorageFolder storageFolder) {
super(uniqueId, dimensionType);