Is there a mod where I can use hoverboard in the deathmatch and duel game modes? (pc btw)

class DMHoverboards extends UTMutator; function PreBeginPlay() { Super.PreBeginPlay(); UTGame(WorldInfo.Game).bAllowHoverboard = true; } defaultproperties { Name="DMHoverboards" GroupNames(0)="DMHoverboards"
Comment