mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-04-22 08:50:48 +00:00
removed stray G
This commit is contained in:
parent
597c990683
commit
c48eec3086
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue