Don't make last minute changes without testing. ;__;

This commit is contained in:
Zixaphir 2013-12-16 14:11:15 -07:00
parent 0e1b8c099c
commit 0033c5370f
3 changed files with 3 additions and 3 deletions

View File

@ -7486,7 +7486,7 @@
order: 97
});
if (Conf[lc]) {
FappeTyme.cb.set(type);
FappeTyme.cb.set(lc);
}
}
return Post.callbacks.push({

View File

@ -7471,7 +7471,7 @@
order: 97
});
if (Conf[lc]) {
FappeTyme.cb.set(type);
FappeTyme.cb.set(lc);
}
}
return Post.callbacks.push({

View File

@ -16,7 +16,7 @@ FappeTyme =
el: el
order: 97
FappeTyme.cb.set type if Conf[lc]
FappeTyme.cb.set lc if Conf[lc]
Post.callbacks.push
name: 'Fappe Tyme'