Skip to content

Commit ece50f4

Browse files
committed
fix word
1 parent 485d457 commit ece50f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Lua/Doom/doom.misc.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ function add_entity(type)
709709
end
710710

711711
CurrentPrompt = {
712-
msg = type,
712+
msg = name,
713713
fun = function(id)
714714
if not lookup[id] then
715715
print(string.format(

0 commit comments

Comments
 (0)