Skip to content

Commit

Permalink
fix copy paste comment issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wsor4035 committed Sep 8, 2024
1 parent 00cd46d commit 13220db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/player.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
local filename = xcompat.gameid

--if we dont have a materials file for the game, use minetest
--if we dont have a player file for the game, use minetest
if not xcompat.utilities.file_exists(xcompat.modpath .. "/src/player/" .. filename .. ".lua") then
filename = "xcompat_agnostic"
end
Expand Down

0 comments on commit 13220db

Please sign in to comment.