doclic
doclic
When joining a casual match, my game always crashes if I played on a community server that allows custom weapon models before. I assume this is because my game loaded...
I have an Australium Contracker, but it shows as a Gravel Contracker in the loadout menu. I recall this happening with the other levels too, although I don't have any...
People could just send a message to test that, but a command would still be neat.
Mods like [NoChatReports by Aizistral](https://github.com/Aizistral-Studios/No-Chat-Reports) warn users when `enforce-secure-profile` is on. This feature is great to have when using such mods, but it creates an issue with the "Chat messages...
``` nosoop — Today at 4:48 PM feel free to raise an issue for it in tf2utils if you want; was planning on adding [a function to force a team...
CTFPlayerInventory::GetItemInLoadout gets the player's equipped item in the specified class's specified loadout slot. CTFPlayer::GetLoadoutItem calls CTFPlayerInventory::GetItemInLoadout but also checks to see if the item is banned in the competitive whitelist,...
The following vscript should, when executed, make all damage knock players back as if they took only one point of damage: ```squirrel function OnScriptHook_OnTakeDamage(params) { params.damage_for_force_calc = 1.0; } __CollectGameEventCallbacks(this);...
Adds `removeRecipe` methods to `org.bukkit.Bukkit`, `org.bukkit.Server`, and `org.bukkit.World`. This is mostly useful for removing Vanilla recipes like this: ```java for (Recipe recipe : Bukkit.getRecipesFor(new ItemStack(Material.STICK))) { Bukkit.removeRecipe(recipe); } ```
### Zig Version 0.14.0 ### Steps to Reproduce and Observed Behavior (Copied from a [ziggit post](https://ziggit.dev/t/std-uri-ipv6-address-literals/10159) because I figured this is a bug) I’ve been messing with RFC3986 URI’s in...