This commit is contained in:
Anuken
2020-07-14 11:17:10 -04:00
parent f9b6b8e5b7
commit 3d353b414c
2 changed files with 2 additions and 2 deletions

View File

@@ -227,7 +227,7 @@ public class Annotations{
/** The local locations where this method is called locally, when invoked. */
Loc called() default Loc.none;
/** Whether to forward this packet to all other clients upon recieval. Client only. */
/** Whether to forward this packet to all other clients upon receival. Client only. */
boolean forward() default false;
/**