mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2024-12-23 00:15:06 +00:00
Update PS.java
This commit is contained in:
parent
88e80f54f7
commit
b6303a7615
1 changed files with 1 additions and 0 deletions
|
@ -293,6 +293,7 @@ public class PS{
|
|||
// Copy files
|
||||
copyFile("automerge.js", Settings.Paths.SCRIPTS);
|
||||
copyFile("town.template", Settings.Paths.TEMPLATES);
|
||||
copyFile("bridge.template", Settings.Paths.TEMPLATES);
|
||||
copyFile("skyblock.template", Settings.Paths.TEMPLATES);
|
||||
copyFile("de-DE.yml", Settings.Paths.TRANSLATIONS);
|
||||
copyFile("es-ES.yml", Settings.Paths.TRANSLATIONS);
|
||||
|
|
Loading…
Reference in a new issue