Skip to content

Commit fd2bbd4

Browse files
author
Magnus Pettersson
authored
Update Ghost.lua
1 parent 059856f commit fd2bbd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Ghost.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function ghostSlashCommandReset( param )
9090
elseif cmdSub == "scale" then
9191
ChatFrame1:AddMessage( ghostText['resetScale'] , 1.0, 1.0, 0.0, 1.0);
9292
ghost['frameScale'] = 1;
93-
elseif cmd == "text" then
93+
elseif cmdSub == "text" then
9494
ChatFrame1:AddMessage( ghostText['resetText'] , 1.0, 1.0, 0.0, 1.0);
9595
ghost['showBindingText'] = true;
9696
else

0 commit comments

Comments
 (0)