Skip to content

Commit

Permalink
Update to 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Albertinko authored May 11, 2024
1 parent c2b04c2 commit 6fa76cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/amxmodx/scripting/include/rt_api.inc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#endif
#define _rt_api_included

public stock const VERSION[] = "2.2.4";
public stock const VERSION[] = "2.2.5";
public stock const AUTHORS[] = "DEV-CS.RU Community";

/**
Expand Down Expand Up @@ -212,4 +212,4 @@ stock NotifyClient(const iPlayer, const iSender, any:...) {
SetGlobalTransTarget(iPlayer);
vformat(szMessage, charsmax(szMessage), "%l", 3);
client_print_color(iPlayer, iSender, "%l %s", "RT_CHAT_TAG", szMessage);
}
}

0 comments on commit 6fa76cf

Please sign in to comment.