mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Fix for unclickable everything.
(seems Neo missed a file when reverting) git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1041 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -200,9 +200,4 @@ var
|
||||
sqllogin = "root"
|
||||
sqlpass = ""
|
||||
|
||||
sqllogging = 0 // Should we log deaths, population stats, etc?
|
||||
|
||||
// Changing this will affect on how quickly players are allowed to click on things.
|
||||
// Measured in 1/10th of a second. Defaults to 10 = 1 sec. -- Skie
|
||||
// TODO: Make changable by admin command? I dunno.
|
||||
ClickDelay = 10
|
||||
sqllogging = 0 // Should we log deaths, population stats, etc?
|
||||
@@ -94,7 +94,6 @@
|
||||
var/m_int = null
|
||||
var/m_intent = "run"
|
||||
var/lastDblClick = 0
|
||||
var/next_click_queued = 0 // For one UI-click buffer system
|
||||
var/lastKnownIP = null
|
||||
var/obj/stool/buckled = null
|
||||
var/obj/item/weapon/handcuffs/handcuffed = null
|
||||
|
||||
Reference in New Issue
Block a user