JBMod/jbmod

Alias command is not working as intended

Opened this issue · 1 comments

Describe the bug
Commands which have quotes with spaces in them wont work when they are under an alias.

To Reproduce
0. Have sv_cheats enabled

  1. Do alias halfhealth ent_fire !self addoutput "health 50"
  2. Do halfhealth
    Nothing will happen

Expected behavior
halfhealth should set the player's health to 50, but it simply does nothing.

I believe the main issue here is the ent_fire command as running the same command either way (with or without an alias) does not work.
Trying with another command such as alias example say "example" works but ent_fire simply does not work.