Changes between Version 18 and Version 19 of ProtocolOne


Ignore:
Timestamp:
Jun 10, 2011 10:40:32 AM (13 years ago)
Author:
jherwitz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProtocolOne

    v18 v19  
    1616{{{
    1717//this will make the Quagent face and shoot at the user.
    18 while(true){client.faceEntityDirectoin(0,1);client.fireWeapon(1);}}}}
     18while(true){
     19  client.faceEntityDirectoin(0,1);
     20  client.fireWeapon(1);}
     21}}}
    1922
    2023