diff --git a/garrysmod/gamemodes/base/entities/entities/npc_tf2_ghost.lua b/garrysmod/gamemodes/base/entities/entities/npc_tf2_ghost.lua index 228279a709..47b9ed5797 100644 --- a/garrysmod/gamemodes/base/entities/entities/npc_tf2_ghost.lua +++ b/garrysmod/gamemodes/base/entities/entities/npc_tf2_ghost.lua @@ -66,7 +66,7 @@ end -- List the NPC as spawnable -- list.Set( "NPC", "npc_tf2_ghost", { - Name = "#npc_gmod_nextbot_example", + Name = "#npc_tf2_ghost", Class = "npc_tf2_ghost", Category = "#spawnmenu.npcs.category.nextbot" } ) diff --git a/garrysmod/resource/localization/en/entities.properties b/garrysmod/resource/localization/en/entities.properties index a7831b3f1f..95ebe5159a 100644 --- a/garrysmod/resource/localization/en/entities.properties +++ b/garrysmod/resource/localization/en/entities.properties @@ -15,7 +15,7 @@ edit_sun=Sun Editor sent_ball=Bouncy Ball # Garry's Mod NPCs -npc_gmod_nextbot_example=Example NPC +npc_tf2_ghost=Example NPC # Half-Life 2 weapons weapon_357=.357 Magnum