Skip to content

Commit

Permalink
v 1.2
Browse files Browse the repository at this point in the history
small rare bug regarding "toString"
  • Loading branch information
Vacuum-Tube committed Jan 20, 2022
1 parent 5c1647b commit 9056578
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.txt
@@ -1,3 +1,6 @@
2022-01-20: v1.2
- Rare Bugs

2022-01-08: v1.1
- Now possible: >Bulldoze< with collision
- Street/Track Upgrades now can be conveniently done also outside the segment, after hovering
Expand Down
2 changes: 1 addition & 1 deletion mod.lua
Expand Up @@ -4,7 +4,7 @@ function data()
info = {
name = "Build with Collision",
description = _("mod_desc"),
minorVersion = 1,
minorVersion = 2,
severityAdd = "NONE",
severityRemove = "NONE",
tags = {"Script Mod"},
Expand Down
1 change: 1 addition & 0 deletions res/config/game_script/build_with_collision.lua
@@ -1,6 +1,7 @@
local tb = require "bwc.toolbutton"
local userdata2table = require"bwc.userdata2table"
local copy_userdata = require"bwc.copy_userdata"
require "serialize"

local function proposalIsEmpty(proposal)
return
Expand Down

0 comments on commit 9056578

Please sign in to comment.