Skip to content

Commit

Permalink
Comments are done with # in TOML, not //
Browse files Browse the repository at this point in the history
  • Loading branch information
2008Choco committed Aug 28, 2024
1 parent 48f1cfa commit 161f9d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ anticheat-nocheatplus = { module = "fr.neatmonster:nocheatplus", version.ref = "
anticheat-spartan = { module = "me.vagdedes:SpartanAPI", version.ref = "anticheat-spartan" }
anticheat-light = { module = "com.github.tiredvekster:LightAntiCheat", version.ref = "anticheat-light" }
anticheat-negativity = { module = "com.github.Elikill58:Negativity", version.ref = "anticheat-negativity" }
anticheat-themis = { module = "com.gmail.olexorous:ThemisAPIDummy", version.ref = "anticheat-themis" } // Dummy API artifact, contains only ViolationEvent and its methods useful to VeinMiner!
anticheat-themis = { module = "com.gmail.olexorous:ThemisAPIDummy", version.ref = "anticheat-themis" } # Dummy API artifact, contains only ViolationEvent and its methods useful to VeinMiner!
bstats-base = { module = "org.bstats:bstats-base", version.ref = "bstats" }
bstats-bukkit = { module = "org.bstats:bstats-bukkit", version.ref = "bstats" }
choco-networking-bukkit = { module = "wtf.choco:networking-bukkit", version.ref = "choco-networking" }
Expand Down

0 comments on commit 161f9d9

Please sign in to comment.