Adding debuglogs folder

This commit is contained in:
CharonInferar
2014-07-07 00:17:32 +02:00
parent 44a1208931
commit 14561ded92
3 changed files with 2 additions and 3 deletions

3
.gitignore vendored
View File

@@ -77,8 +77,7 @@ odb/cities/je.info.*
# PDT-specific
.buildpath
# Log files
debuglogs/
#################
## Visual Studio

View File

View File

@@ -1063,7 +1063,7 @@ public class DevService implements INetworkDispatch {
return;
case 110:
player.setPosture(Posture.Incapacitated);
SurveyTool mineralSurveyTool = (SurveyTool) core.objectService.createObject("object/tangible/survey_tool/shared_survey_tool_mineral.iff", planet);
mineralSurveyTool.setCustomName("Mineral Survey Device");
inventory.add(mineralSurveyTool);