Skip to content

Commit

Permalink
Update samp-ptl
Browse files Browse the repository at this point in the history
  • Loading branch information
katursis committed Aug 28, 2021
1 parent 823b8ec commit 96288fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/samp-ptl
6 changes: 5 additions & 1 deletion src/Pawn.RakNet.inc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@
#if !defined PAWNRAKNET_INC_
#define PAWNRAKNET_INC_

#define PAWNRAKNET_VERSION 141
#if !defined PACK_PLUGIN_VERSION
#define PACK_PLUGIN_VERSION(%0,%1,%2) (((%0) << 16) | ((%1) << 8) | (%2))
#endif

#define PAWNRAKNET_VERSION PACK_PLUGIN_VERSION(1, 4, 1)
#define PAWNRAKNET_INCLUDE_VERSION PAWNRAKNET_VERSION // backward compatibility

#define PR_MAX_HANDLERS 256
Expand Down

0 comments on commit 96288fb

Please sign in to comment.