mirror of
https://github.com/songoda/UltimateStacker.git
synced 2025-03-19 09:59:08 +01:00
Correct file seperator.
This commit is contained in:
parent
c66eda4062
commit
197b6c1f66
@ -4,7 +4,7 @@ stages:
|
||||
variables:
|
||||
name: "UltimateStacker"
|
||||
path: "/builds/$CI_PROJECT_PATH"
|
||||
version: "1.6.3"
|
||||
version: "1.6.4"
|
||||
|
||||
build:
|
||||
stage: build
|
||||
|
@ -20,7 +20,7 @@ public class LootManager {
|
||||
|
||||
private final Map<EntityType, Lootable> registeredLootables = new HashMap<>();
|
||||
|
||||
private final String lootablesDir = UltimateStacker.getInstance().getDataFolder() + "/lootables";
|
||||
private final String lootablesDir = UltimateStacker.getInstance().getDataFolder() + File.separator + "lootables";
|
||||
|
||||
public Lootable addLootable(Lootable lootable) {
|
||||
return registeredLootables.put(lootable.getType(), lootable);
|
||||
|
Loading…
Reference in New Issue
Block a user