Skip to content

Commit

Permalink
fix chat not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Katsute committed Mar 17, 2024
1 parent b7c199b commit 5ee7ce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Upgrades.sp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public Plugin myinfo = {
name = "Premium Upgrades",
author = "Katsute",
description = "Premium upgrade station for MVM",
version = "1.0",
version = "1.1",
url = "https://github.com/KatsuteTF/MVM-Premium-Upgrades"
}

Expand All @@ -36,7 +36,7 @@ public Action OnClientSayCommand(int client, const char[] command, const char[]
}else if(strcmp(args, "!package") == 0){
Upgrades_Package();
}
return Plugin_Handled;
return Plugin_Continue;
}

public void SetCustomUpgradeFile(const char[] file){
Expand Down

0 comments on commit 5ee7ce3

Please sign in to comment.