Skip to content

Commit

Permalink
Add missing contributor
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo committed Nov 3, 2021
1 parent 21db656 commit 21758a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ def draw(self, context):
link_row.operator("bge_netlogic.update_tree_version", icon='PLUGIN')
link_row.operator("bge_netlogic.donate", icon="FUND")
contrib_row = col.row()
contrib_row.label(text='Contributors: VUAIEO, L_P, p45510n')
contrib_row.label(text='Contributors: VUAIEO, Simon, L_P, p45510n')


basicnodes = _abs_import("basicnodes", _abs_path("basicnodes", "__init__.py"))
Expand Down

0 comments on commit 21758a8

Please sign in to comment.