Skip to content

Commit b735af1

Browse files
committed
Change name
1 parent 7d29053 commit b735af1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/CommsManager.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ export default class CommsManager {
208208
return this.send("terminate_application");
209209
}
210210

211-
public terminateVisualization() {
212-
return this.send("terminate_visualization");
211+
public terminateTools() {
212+
return this.send("terminate_tools");
213213
}
214214

215215
public terminateUniverse() {

0 commit comments

Comments
 (0)