Fix get translator

This commit is contained in:
wuniversales 2020-03-23 16:24:17 +01:00 committed by GitHub
parent a9fbd4028f
commit d6f09189d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
local S = minetest.get_translator("pontoons")
local S = minetest.get_translator(minetest.get_current_modname())
-- MCL2 compatibility
local moditems = {}