Skip to content

Commit 633e815

Browse files
committed
use only the localized csg database
1 parent 7575865 commit 633e815

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

JCSG

src/main/java/com/neuronrobotics/bowlerstudio/creature/MobileBaseLoader.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ public MobileBase getBase() {
184184

185185
public void setBase(MobileBase base) {
186186
this.base = base;
187-
setDb(CSGDatabase.getInstance());
188187
try {
189188
String[] self = base.getGitSelfSource();
190189
File selfFile =ScriptingEngine.fileFromGit(self);

0 commit comments

Comments
 (0)