Skip to content

Commit

Permalink
0.3.2 - Disabled debug, added referals
Browse files Browse the repository at this point in the history
  • Loading branch information
dustine committed Jun 25, 2017
1 parent d6745f1 commit 91d56ac
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/). Mostly.

## [Unreleased]

## [0.3.2] - 2017-06-25
### Changed
- More referrals in README (issue reporters and forum thread)
### Fixed
- Disabled debug world creation

## [0.3.1] - 2017-06-20
### Added
- Changelog
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ In short, it does not. As of right now (0.15.20), the force-specific modifier on

Sure! But I'll need a bug report for it. Describing what you were doing (+ steps to replicate the issue), what other mods you have installed, what version of this mod you have and if possible, sending me your bugged savegame. All these steps will make your issue much easier to diagnose and to be fixed.

***DO NOT post your bug report here on the mod portal***, as it doesn't notify the mod maintainers about new posts or replies so it may take literal weeks for stuff to be noticed. Please, *please*, use the forum thread or github repo to make your bug report.
***DO NOT post your bug report here on the mod portal***, as it doesn't notify the mod maintainers about new posts or replies so it may take literal weeks for stuff to be noticed. Please, *please*, use the [forum thread](https://forums.factorio.com/viewtopic.php?f=97&t=49853) or [github repo](https://github.com/dustine/ChargeTransmission/issues) to make your bug report.

## Credits

Expand Down
2 changes: 1 addition & 1 deletion control.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ local Entity = require "stdlib/entity/entity"
require "stdlib/event/event"

MOD = {config = {quickstart = require "quickstart-config"}}
require "stdlib/debug/quickstart"
-- require "stdlib/debug/quickstart"

local nodes, counters, new_nodes, is_charged, unpaired, bot_max
local function init_global(is_load)
Expand Down
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ChargeTransmission",
"version": "0.3.1",
"version": "0.3.2",
"title": "Charge Transmission",
"author": "Dustine",
"dependencies": ["base >= 0.15.21"],
Expand Down

0 comments on commit 91d56ac

Please sign in to comment.