mirror of
https://github.com/Relintai/godot-resources-as-sheets-plugin.git
synced 2025-02-17 03:34:19 +01:00
Forgot the print statements.
Wish plugin debugging was real.
This commit is contained in:
parent
475e958c5b
commit
7026e85814
@ -5,8 +5,6 @@ func can_edit_value(value, type, property_hint, column_index) -> bool:
|
||||
if (type != TYPE_INT_ARRAY and type != TYPE_ARRAY) or property_hint != 26:
|
||||
return false
|
||||
|
||||
print(column_index)
|
||||
print(hint_strings_array[column_index][0])
|
||||
return hint_strings_array[column_index][0].begins_with("2/3:")
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user