comparison CensusPlayerList.lua @ 11:663f782bd903

rebase on CensusPlus-40000-5.0.2.zip ; toc update
author EmFor
date Sun, 14 Aug 2011 12:10:07 +0200
parents 10c85be19b56
children
comparison
equal deleted inserted replaced
9:95760e155db2 11:663f782bd903
298 if ( ( ( not self.isLocked ) or ( self.isLocked == 0 ) ) and ( arg1 == "LeftButton" ) ) then 298 if ( ( ( not self.isLocked ) or ( self.isLocked == 0 ) ) and ( arg1 == "LeftButton" ) ) then
299 self:StartMoving(); 299 self:StartMoving();
300 self.isMoving = true; 300 self.isMoving = true;
301 end 301 end
302 end 302 end
303