Skip to content

Commit 2ee1808

Browse files
committed
fix: GM_teleport missing target
1 parent b6db75c commit 2ee1808

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Commands/Commands_GM.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ GM_genericCommands = {
132132
},
133133
[GM_teleportToCommand] = {
134134
[GENERICS_isParametersNeeded] = true,
135+
[GENERICS_isTargetCheckNeeded] = true,
135136
[GENERICS_command] = ".teleport ",
136137
[GENERICS_message] = "logGM_teleportTo"
137138
},

0 commit comments

Comments
 (0)