Просмотр исходного кода

Adding some settings for debug

Zoey76 8 лет назад
Родитель
Сommit
3096285d64
2 измененных файлов с 5 добавлено и 0 удалено
  1. 4 0
      .gitignore
  2. 1 0
      dist/game/config/Server.properties

+ 4 - 0
.gitignore

@@ -6,3 +6,7 @@
 .project
 .classpath
 /test-output/
+
+# Ignoring debug files
+/dist/game/log/
+/dist/game/config/hexid.txt

+ 1 - 0
dist/game/config/Server.properties

@@ -92,6 +92,7 @@ AcceptAlternateID = True
 # Datapack root directory.
 # Defaults to current directory from which the server is started unless the below line is uncommented.
 # WARNING: <u><b><font color="red">If the specified path is invalid, it will lead to multiple errors!</font></b></u>
+# For debug: ../../../L2J_DataPack/dist/game
 #Default: .
 DatapackRoot = .