From 6062fffbfeca7d7a27f032569c6c6a632261a51b Mon Sep 17 00:00:00 2001 From: Aidan Mundy Date: Fri, 19 Jan 2024 14:00:58 -0500 Subject: [PATCH] `DisallowedPackages.txt` -> `DisallowedClasses.txt` --- specs/specs.md.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/specs.md.html b/specs/specs.md.html index e9974d25..0adbc820 100644 --- a/specs/specs.md.html +++ b/specs/specs.md.html @@ -253,7 +253,7 @@ ## **Java language usage** -Players may use classes from any of the packages listed in AllowedPackages.txt, except for classes listed in DisallowedPackages.txt. These files can be found [here](https://github.com/battlecode/battlecode24/tree/engine-functional/engine/src/main/battlecode/instrumenter/bytecode/resources). +Players may use classes from any of the packages listed in AllowedPackages.txt, except for classes listed in DisallowedClasses.txt. These files can be found [here](https://github.com/battlecode/battlecode24/tree/engine-functional/engine/src/main/battlecode/instrumenter/bytecode/resources). Furthermore, the following restrictions apply: