So while I was trying to convert yall C++ PushToConsole to asm. It doesn't work.

PushToConsole proc CommandWORD
.data
LTClient dd 377ED910h

.code

push Command
call LTClient
add esp, 4h
ret

PushToConsole endp
Any help? Wrong offset?