fix: remove operator
feat: bump replication version
This commit is contained in:
Submodule libs/replication updated: 2b70ff0f8f...07a0cfed49
@ -195,7 +195,7 @@ class SessionPropertyRemoveOperator(bpy.types.Operator):
|
|||||||
|
|
||||||
return {"FINISHED"}
|
return {"FINISHED"}
|
||||||
except:
|
except:
|
||||||
return {"CANCELED"}
|
return {"CANCELLED"}
|
||||||
|
|
||||||
|
|
||||||
class SessionPropertyRightOperator(bpy.types.Operator):
|
class SessionPropertyRightOperator(bpy.types.Operator):
|
||||||
@ -226,7 +226,7 @@ class SessionPropertyRightOperator(bpy.types.Operator):
|
|||||||
global client
|
global client
|
||||||
|
|
||||||
if client:
|
if client:
|
||||||
client.right(self.key, settings.clients)
|
client.change_right(self.key, settings.clients)
|
||||||
|
|
||||||
return {"FINISHED"}
|
return {"FINISHED"}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user