Skip to content

Commit

Permalink
fix smoker class typo
Browse files Browse the repository at this point in the history
  • Loading branch information
higps committed Oct 31, 2024
1 parent df92de4 commit a54c10c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions berobot_bugged_plugin_reloader.sp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ public Action Event_teamplay_round_start(Event event, char[] name, bool dontBroa
ServerCommand("sm_plugins reload /mm_cast_spell/");
ServerCommand("sm_plugins reload /owned_building_phasing/");
ServerCommand("sm_plugins reload /ability/");
ServerCommand("sm_reload_robot_config");

g_bool_loaded = true;
}

Expand Down
1 change: 0 additions & 1 deletion berobot_teamcomptips.sp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ public Plugin myinfo =
};



public void OnPluginStart()
{

Expand Down
2 changes: 1 addition & 1 deletion cfg/robots/boss_demoman_smoker.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"name" "Smoker"
"role" "ZBOSS"
"class" "DemoMan"
"class" "Demoman"
"shortdescription" "Nuke Shot"
"subclass" "Grenades"
"deathtip" "Smoker's bombs can be reflected and deleted"
Expand Down

0 comments on commit a54c10c

Please sign in to comment.