v2 fix paf0av0av

This commit is contained in:
2018-11-28 21:23:54 +01:00
parent 6306739366
commit c13b88d5b2
3 changed files with 4 additions and 4 deletions

View File

@@ -643,7 +643,7 @@ class AutomaticDispose {
// Gefängnis einlieferung
Send_Vehicle_To_Jail() {
var JailHref = that.Jails[0].href
var JailHref = this.Jails[0].href
document.location.href = document.location.origin + JailHref;
}