Skip to content
Snippets Groups Projects
Commit f2146df6 authored by Nmasp's avatar Nmasp
Browse files

Merge branch 'save-m-timer' into 'master'

Save m******ationTimer from players[HUMAN_PLAYER].timer.

See merge request spnati/spnati.gitlab.io!1060
parents d354d364 70819fa5
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@ function Save(){
this.saveOptions = function(){
this.data['usageTracking'] = USAGE_TRACKING;
this.data['masturbationTimer'] = parseInt($masturbationTimerBox.val()) || 20;
this.data['masturbationTimer'] = players[HUMAN_PLAYER].timer;
var back = $("body").css('background-image');
var ind = back.indexOf('background')+10;
back = back.substr(ind);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment