Implemented client-side character delete; untested

This commit is contained in:
Kayne Ruse
2014-12-19 14:21:05 +11:00
parent 4d1bb17382
commit 7962692641
2 changed files with 26 additions and 9 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ void ServerApplication::PumpPacket(SerialPacket* const argPacket) {
//find that account's client
//send the packet to that client
//NOTE: this is perhaps too complex; I write it if I need it
*/}
}*/
//-------------------------
//common copy methods