mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Forgot to update my .dme for the relocated PDA.dm before committing.
Fixed the two warnings about unused variables git-svn-id: http://tgstation13.googlecode.com/svn/trunk@785 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
// create/populate list as they are recvd
|
||||
|
||||
receive_signal(datum/signal/signal)
|
||||
var/obj/item/device/pda/P = src.loc
|
||||
// var/obj/item/device/pda/P = src.loc
|
||||
|
||||
/*
|
||||
world << "recvd:[P] : [signal.source]"
|
||||
@@ -138,7 +138,7 @@
|
||||
// create/populate lists as they are recvd
|
||||
|
||||
receive_signal(datum/signal/signal)
|
||||
var/obj/item/device/pda/P = src.loc
|
||||
// var/obj/item/device/pda/P = src.loc
|
||||
|
||||
/*
|
||||
world << "recvd:[P] : [signal.source]"
|
||||
|
||||
Reference in New Issue
Block a user