mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 06:29:53 +08:00
[raknet] Fix doubled variable definition
This commit is contained in:
parent
4a3df886e2
commit
c4d9018f90
@ -41,7 +41,6 @@ public:
|
||||
RPCIndex GetIndexFromFunctionName(unsigned char uniqueIdentifier);
|
||||
void AddIdentifierWithFunction(unsigned char uniqueIdentifier, void *functionPointer, bool isPointerToMember);
|
||||
protected:
|
||||
DataStructures::List<RPCNode *> rpcSet;
|
||||
RPCNode *rpcSet[RPC_SET_SIZE];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user