Skip to content

Commit

Permalink
little fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Durman committed Jan 7, 2020
1 parent 7aceff7 commit 61fe388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/sockets.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ def get_prop_data(self):
return self.other.get_prop_data()

def sv_get(self):
if self.sv_linked:
if self.is_linked:
return self.links[0].bl_idname

def sv_type_conversion(self, new_self):
Expand Down

0 comments on commit 61fe388

Please sign in to comment.