recieve -> receive

This commit is contained in:
Anuken
2020-07-14 11:16:32 -04:00
parent da577a0db2
commit f9b6b8e5b7
17 changed files with 47 additions and 47 deletions

View File

@@ -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);