Remove the second network created for the drive
This commit is contained in:
@@ -153,6 +153,13 @@ define([
|
||||
case 'JOIN_PAD': {
|
||||
Store.joinPad(data, cb); break;
|
||||
}
|
||||
case 'GET_FULL_HISTORY': {
|
||||
Store.getFullHistory(data, cb); break;
|
||||
}
|
||||
// Drive
|
||||
case 'DRIVE_USEROBJECT': {
|
||||
Store.userObjectCommand(data, cb); break;
|
||||
}
|
||||
default: {
|
||||
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user