Skip to content

Commit 6598fc6

Browse files
committed
Update __init__.py
1 parent e6416b7 commit 6598fc6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

auto_command/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,8 @@ def send_command_stack(source: CommandSource, name):
264264
try:
265265
for command in stack.command:
266266
if command[:2] == '!!':
267-
server_inst.execute_command(command, server_inst.get_plugin_command_source())
267+
print(command)
268+
server_inst.execute_command(command, source)
268269
elif command[0] == '/':
269270
source.get_server().execute(command)
270271
else:

0 commit comments

Comments
 (0)