Implemented buddy warping

Buddy warping now works, if anything else needs to be added/redone in regards to this feel free to let me know ^
This commit is contained in:
SengokuNadeko
2020-09-22 13:02:00 -04:00
committed by GitHub
parent 90134cd1fa
commit e0e474924d
2 changed files with 30 additions and 0 deletions

View File

@@ -29,6 +29,9 @@ namespace BuddyManager {
//Blocking/removing buddies
void reqBuddyBlock(CNSocket* sock, CNPacketData* data);
void reqBuddyDelete(CNSocket* sock, CNPacketData* data);
//Buddy warping
void reqBuddyWarp(CNSocket* sock, CNPacketData* data);
//helper methods
void requestedBuddy(CNSocket* sock, Player* plrReq, PlayerView& plr);