Changelogs, 09SEP2017

This commit is contained in:
skull132
2017-09-09 21:34:52 +03:00
parent 320c0154f7
commit 4199d3a2d8
3 changed files with 10 additions and 12 deletions
+6
View File
@@ -56,6 +56,12 @@
-->
<div class="commit sansserif">
<h2 class="date">09 September 2017</h2>
<h3 class="author">Ezuo updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Fixed the long broken Lawgiver code. It will now function as intended, with different firemodes using different charge values.</li>
</ul>
<h2 class="date">06 September 2017</h2>
<h3 class="author">Skull132 updated:</h3>
<ul class="changes bgimages16">
+4
View File
@@ -4549,3 +4549,7 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
Skull132:
- bugfix: Cameras will no longer lag the server to death whenever you click to jump
to a turf that's outside the station.
2017-09-09:
Ezuo:
- bugfix: Fixed the long broken Lawgiver code. It will now function as intended,
with different firemodes using different charge values.
-12
View File
@@ -1,12 +0,0 @@
author: Ezuo
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
delete-after: True
# Any changes you've made. See valid prefix list above.
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
# SCREW THIS UP AND IT WON'T WORK.
# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
changes:
- bugfix: "Fixed the long broken Lawgiver code. It will now function as intended, with different firemodes using different charge values."