src/network/core/tcp.h
changeset 7718 220603f0122e
parent 6574 e1d1a12faaf7
child 6872 1c4a4a609f85
--- a/src/network/core/tcp.h	Tue Jul 10 20:58:07 2007 +0000
+++ b/src/network/core/tcp.h	Tue Jul 10 20:59:41 2007 +0000
@@ -68,6 +68,7 @@
 	char text[80];     ///< possible text sent for name changes etc
 	uint32 frame;      ///< the frame in which this packet is executed
 	byte callback;     ///< any callback function executed upon successful completion of the command
+	bool my_cmd;       ///< did the command originate from "me"
 };
 
 /** Status of a client */