Changes between Version 19 and Version 20 of ProtocolOne
- Timestamp:
- Jun 10, 2011 10:41:03 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProtocolOne
v19 v20 17 17 //this will make the Quagent face and shoot at the user. 18 18 while(true){ 19 client.faceEntityDirectoin(0,1); 20 client.fireWeapon(1);} 19 client.faceEntityDirectoin(0,1); 20 client.fireWeapon(1); 21 } 21 22 }}} 22 23