Fix WorldTeleporter derp

This commit is contained in:
Phillip Stephens 2019-07-19 09:50:01 -07:00
parent 1a9ca77603
commit 9579900706
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ void WorldTeleporter::Enumerate(typename Op::StreamT& s) {
Do<Op>({"strg"}, strg, s);
Do<Op>({"fadeWhite"}, fadeWhite, s);
Do<Op>({"charFadeInTime"}, charFadeInTime, s);
Do<Op>({"charsPerSecond"}, charFadeInTime, s);
Do<Op>({"charsPerSecond"}, charsPerSecond, s);
Do<Op>({"showDelay"}, showDelay, s);
if (propertyCount == 26) {