ContentDB versioning fixed for now

This commit is contained in:
Aaron Suen 2021-03-02 20:01:52 -05:00
parent fa1f9ec9c1
commit eb933c5d4f

View File

@ -7,7 +7,7 @@ local nct = nodecore.translate
local version = nodecore.version
version = version and (nct("Version") .. " " .. version)
or nct("DEVELOPMENT/CONTENTDB VERSION")
or nct("DEVELOPMENT VERSION")
nodecore.register_inventory_tab({
title = "About",