removed stray G

This commit is contained in:
Walter Julius Hennecke 2013-05-27 23:54:12 +02:00
parent 597c990683
commit c48eec3086

View file

@ -57,7 +57,7 @@ void SP_target_give( gentity_t *ent )
G_SpawnString( "items", "", &items );
if(strcmp(items, "") == 0 && ent->target != NULL) { // spawnTEnt
items = G_NewString(ent->target);G
items = G_NewString(ent->target);
}
if(items == NULL) {