mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-09-19 20:26:14 +08:00
[raknet] Fix doubled variable definition
This commit is contained in:
@ -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];
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user