recieve -> receive
This commit is contained in:
@@ -73,7 +73,7 @@ public class MassDriverBolt extends BulletType{
|
||||
//if on course and it's in range of the target
|
||||
if(Math.abs(dst1 + dst2 - baseDst) < 4f && dst2 <= hitDst){
|
||||
intersect = true;
|
||||
} //else, bullet has gone off course, does not get recieved.
|
||||
} //else, bullet has gone off course, does not get received.
|
||||
|
||||
if(intersect){
|
||||
data.to.handlePayload(b, data);
|
||||
|
||||
Reference in New Issue
Block a user