Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,9 @@ public void Custom_Inventory_WaveEnd(int client)
}
else
Inv_SpecialSandvichProgress[client]=0;
PrintToChat(client, "get points %i", Inv_SpecialSandvichProgress[client]);
//PrintToChat(client, "get points %i", Inv_SpecialSandvichProgress[client]);
}
PrintToChat(client, "WaveEnd");
//PrintToChat(client, "WaveEnd");
Inv_Box_Office_Max[client]=0;
}

Expand Down