Changed all translation to use new TransContext
This commit is contained in:
@@ -7,7 +7,8 @@ enum ItemSortType {
|
||||
|
||||
class ItemStackNameComparator:
|
||||
static func _sort(a, b):
|
||||
return ITEM.getItemName(a).to_lower() < ITEM.getItemName(b).to_lower()
|
||||
assert(false, "Going to change implementation of this later.")
|
||||
# return ITEM.getItemName(a).to_lower() < ITEM.getItemName(b).to_lower()
|
||||
|
||||
class ItemStackTypeComparator:
|
||||
static func _sort(a, b):
|
||||
|
Reference in New Issue
Block a user