mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-01-18 23:46:28 +01:00
Revert "Merge branch 'patch-photo-extradata' into 'dev'"
This reverts merge request !82
This commit is contained in:
parent
f14bd9dbc8
commit
e8db4ce104
@ -1 +0,0 @@
|
|||||||
UPDATE `emulator_settings` SET `value`='{\"t\":%timestamp%, \"u\":\"%id%\", \"n\":\"%username%\", \"s\":%user_id%, \"w\":\"%url%\"}' WHERE (`key`='camera.extradata');
|
|
@ -45,7 +45,7 @@ public class HabboInfo implements Runnable {
|
|||||||
private TIntIntHashMap currencies;
|
private TIntIntHashMap currencies;
|
||||||
private GamePlayer gamePlayer;
|
private GamePlayer gamePlayer;
|
||||||
private int photoRoomId;
|
private int photoRoomId;
|
||||||
private long photoTimestamp;
|
private int photoTimestamp;
|
||||||
private String photoURL;
|
private String photoURL;
|
||||||
private String photoJSON;
|
private String photoJSON;
|
||||||
private int webPublishTimestamp;
|
private int webPublishTimestamp;
|
||||||
@ -430,11 +430,11 @@ public class HabboInfo implements Runnable {
|
|||||||
this.photoRoomId = roomId;
|
this.photoRoomId = roomId;
|
||||||
}
|
}
|
||||||
|
|
||||||
public long getPhotoTimestamp() {
|
public int getPhotoTimestamp() {
|
||||||
return this.photoTimestamp;
|
return this.photoTimestamp;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setPhotoTimestamp(long photoTimestamp) {
|
public void setPhotoTimestamp(int photoTimestamp) {
|
||||||
this.photoTimestamp = photoTimestamp;
|
this.photoTimestamp = photoTimestamp;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user