Razish / japp

JA++ server and client modification for Jedi Academy
GNU General Public License v2.0
44 stars 30 forks source link

AM_Ghost fix #374

Closed Blackwolf1337 closed 8 years ago

Blackwolf1337 commented 8 years ago

Fixed the crash while it was trying to grab arg1

Exmirai commented 8 years ago
-       else {      
 -          targetClient = (trap->Argc() > 1)       
 -              ? G_ClientFromString(ent, arg1, FINDCL_SUBSTR | FINDCL_PRINT)       
 -              : -1;       
 -      }

missing fix please

Blackwolf1337 commented 8 years ago

Done :smile: