Skip to content

Commit

Permalink
removing some redundant files, more standardization
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoferblack committed Jan 17, 2021
1 parent 6d5799a commit ea93347
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 447 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
local Other = {}

function Other.RoadBlockToggle()
local player = Game.GetPlayer()
local target = Game.GetTargetingSystem():GetLookAtObject(player, false, false)
local targetPS = target:GetDevicePS()

target:ToggleBlockade()
end

return Other
1 change: 1 addition & 0 deletions bin/x64/plugins/cyber_engine_tweaks/mods/cityhack/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ function CityHack:new()
CityHack.Device = require(CityHack.rootPath.."hacks.modules.device")
CityHack.Vehicle = require(CityHack.rootPath.."hacks.modules.vehicle")
CityHack.NPC = require(CityHack.rootPath.."hacks.modules.npc")
CityHack.Other = require(CityHack.rootPath.."hacks.modules.other")
CityHack.Util = require(CityHack.rootPath.."hacks.modules.utility")

CityHack.Observer = require(CityHack.rootPath.."observer")
Expand Down
Loading

0 comments on commit ea93347

Please sign in to comment.