mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-01-15 23:04:33 -05:00
Adding debuglogs folder
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -77,8 +77,7 @@ odb/cities/je.info.*
|
||||
# PDT-specific
|
||||
.buildpath
|
||||
|
||||
# Log files
|
||||
debuglogs/
|
||||
|
||||
|
||||
#################
|
||||
## Visual Studio
|
||||
|
||||
0
debuglogs/placeHolder.txt
Normal file
0
debuglogs/placeHolder.txt
Normal 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);
|
||||
|
||||
Reference in New Issue
Block a user